Color Hex Logo

#da09ce Color Hex

#DA09CE
(218,9,206)
0 Favorites   0 Comments

Color spaces of #da09ce

RGB 2189206
HSL0.840.920.45
HSV303°96°85°
CMYK 0.000.960.06   0.15
XYZ40.151719.557060.0512
Yxy19.55700.33530.1633
Hunter Lab44.223384.6749-49.5541
CIE-Lab51.332684.9407-47.9244

#da09ce color RGB value is (218,9,206).

#da09ce hex color red value is 218, green value is 9 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #da09ce hue: 0.84 , saturation: 0.92 and the lightness value of da09ce is 0.45.

The process color (four color CMYK) of #da09ce color hex is 0.00, 0.96, 0.06, 0.15. Web safe color of #da09ce is #cc00cc. Color #da09ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001001 11001110
Octal 332 11 316
Decimal 218 9 206
Hex DA 9 CE

RGB Percentages of Color #da09ce

%50.35
%2.08
%47.58

CMYK Percentages of Color #da09ce

%0
%96
%6
%15

Triadic Colors of #da09ce

#da09ce #ceda09 #09ceda

Analogous Colors of #da09ce

#da09ce #da0966 #7e09da

Monochromatic Colors of #da09ce

#da09ce

Complementary Color

#da09ce #09da15

#da09ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da09ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#da09ce Color CSS Codes

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

#da09ce Text Font Color

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

This sample text font color is #da09ce
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.


#da09ce Background Color

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

This div background color is #da09ce


#da09ce Border Color

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

This div border color is #da09ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,9,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 #da09ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da09ce


Comments

No comments written yet.

Please login to write comment.