Color Hex Logo

#da92cd Color Hex

#DA92CD
(218,146,205)
0 Favorites   0 Comments

Color spaces of #da92cd

RGB 218146205
HSL0.860.490.71
HSV311°33°85°
CMYK 0.000.330.06   0.15
XYZ50.211839.871062.8070
Yxy39.87100.32840.2608
Hunter Lab63.143531.4424-14.7736
CIE-Lab69.377636.1897-19.2839

#da92cd color RGB value is (218,146,205).

#da92cd hex color red value is 218, green value is 146 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #da92cd hue: 0.86 , saturation: 0.49 and the lightness value of da92cd is 0.71.

The process color (four color CMYK) of #da92cd color hex is 0.00, 0.33, 0.06, 0.15. Web safe color of #da92cd is #cc99cc. Color #da92cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010010 11001101
Octal 332 222 315
Decimal 218 146 205
Hex DA 92 CD

RGB Percentages of Color #da92cd

%38.31
%25.66
%36.03

CMYK Percentages of Color #da92cd

%0
%33
%6
%15

Triadic Colors of #da92cd

#da92cd #cdda92 #92cdda

Analogous Colors of #da92cd

#da92cd #da92a9 #c392da

Monochromatic Colors of #da92cd

#da92cd

Complementary Color

#da92cd #92da9f

#da92cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da92cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da92cd Color CSS Codes

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

#da92cd Text Font Color

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

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


#da92cd Background Color

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

This div background color is #da92cd


#da92cd Border Color

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

This div border color is #da92cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da92cd


Comments

No comments written yet.

Please login to write comment.