Color Hex Logo

#da06cd Color Hex

#DA06CD
(218,6,205)
0 Favorites   0 Comments

Color spaces of #da06cd

RGB 2186205
HSL0.840.950.44
HSV304°97°85°
CMYK 0.000.970.06   0.15
XYZ39.998019.443559.4024
Yxy19.44350.33660.1636
Hunter Lab44.094884.7499-49.0063
CIE-Lab51.202185.0240-47.5566

#da06cd color RGB value is (218,6,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000110 11001101
Octal 332 6 315
Decimal 218 6 205
Hex DA 6 CD

RGB Percentages of Color #da06cd

%50.82
%1.40
%47.79

CMYK Percentages of Color #da06cd

%0
%97
%6
%15

Triadic Colors of #da06cd

#da06cd #cdda06 #06cdda

Analogous Colors of #da06cd

#da06cd #da0663 #7d06da

Monochromatic Colors of #da06cd

#da06cd

Complementary Color

#da06cd #06da13

#da06cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da06cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da06cd Color CSS Codes

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

#da06cd Text Font Color

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

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


#da06cd Background Color

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

This div background color is #da06cd


#da06cd Border Color

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

This div border color is #da06cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da06cd


Comments

No comments written yet.

Please login to write comment.