Color Hex Logo

#da77ce Color Hex

#DA77CE
(218,119,206)
0 Favorites   0 Comments

Color spaces of #da77ce

RGB 218119206
HSL0.850.570.66
HSV307°45°85°
CMYK 0.000.450.06   0.15
XYZ46.650832.555362.2176
Yxy32.55530.32990.2302
Hunter Lab57.057346.0939-24.7122
CIE-Lab63.799250.4440-28.3794

#da77ce color RGB value is (218,119,206).

#da77ce hex color red value is 218, green value is 119 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #da77ce hue: 0.85 , saturation: 0.57 and the lightness value of da77ce is 0.66.

The process color (four color CMYK) of #da77ce color hex is 0.00, 0.45, 0.06, 0.15. Web safe color of #da77ce is #cc66cc. Color #da77ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01110111 11001110
Octal 332 167 316
Decimal 218 119 206
Hex DA 77 CE

RGB Percentages of Color #da77ce

%40.15
%21.92
%37.94

CMYK Percentages of Color #da77ce

%0
%45
%6
%15

Triadic Colors of #da77ce

#da77ce #ceda77 #77ceda

Analogous Colors of #da77ce

#da77ce #da779d #b577da

Monochromatic Colors of #da77ce

#da77ce

Complementary Color

#da77ce #77da83

#da77ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da77ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#da77ce Color CSS Codes

.mybgcolor {background-color:#da77ce; } 
.myforecolor {color:#da77ce; }
.mybordercolor {border:3px solid #da77ce; }

#da77ce Text Font Color

<p style="color:#da77ce">Text here</p>

This sample text font color is #da77ce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#da77ce Background Color

<div style="background-color:#da77ce">
Div content here</div>

This div background color is #da77ce


#da77ce Border Color

<div style="border:3px solid #da77ce">
Div here</div>

This div border color is #da77ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,119,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da77ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da77ce;
  -webkit-box-shadow: 1px 1px 3px 2px #da77ce;
  box-shadow:         1px 1px 3px 2px #da77ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,119,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #da77ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #da77ce;
  -webkit-box-shadow: 1px 1px 3px 2px #da77ce;
  box-shadow:         1px 1px 3px 2px #da77ce;">
Div content here</div>

This div box has shadow with color #da77ce


Comments

No comments written yet.

Please login to write comment.