Color Hex Logo

#da08ce Color Hex

#DA08CE
(218,8,206)
0 Favorites   0 Comments

Color spaces of #da08ce

RGB 2188206
HSL0.840.930.44
HSV303°96°85°
CMYK 0.000.960.06   0.15
XYZ40.140919.535360.0476
Yxy19.53530.33530.1632
Hunter Lab44.198884.7642-49.6112
CIE-Lab51.307785.0145-47.9641

#da08ce color RGB value is (218,8,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001000 11001110
Octal 332 10 316
Decimal 218 8 206
Hex DA 8 CE

RGB Percentages of Color #da08ce

%50.46
%1.85
%47.69

CMYK Percentages of Color #da08ce

%0
%96
%6
%15

Triadic Colors of #da08ce

#da08ce #ceda08 #08ceda

Analogous Colors of #da08ce

#da08ce #da0865 #7d08da

Monochromatic Colors of #da08ce

#da08ce

Complementary Color

#da08ce #08da14

#da08ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da08ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#da08ce Color CSS Codes

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

#da08ce Text Font Color

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

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


#da08ce Background Color

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

This div background color is #da08ce


#da08ce Border Color

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

This div border color is #da08ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da08ce


Comments

No comments written yet.

Please login to write comment.