Color Hex Logo

#da90cb Color Hex

#DA90CB
(218,144,203)
0 Favorites   0 Comments

Color spaces of #da90cb

RGB 218144203
HSL0.870.500.71
HSV312°34°85°
CMYK 0.000.340.07   0.15
XYZ49.666239.163761.4416
Yxy39.16370.33050.2606
Hunter Lab62.580932.1467-14.4040
CIE-Lab68.869736.9095-18.9443

#da90cb color RGB value is (218,144,203).

#da90cb hex color red value is 218, green value is 144 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #da90cb hue: 0.87 , saturation: 0.50 and the lightness value of da90cb is 0.71.

The process color (four color CMYK) of #da90cb color hex is 0.00, 0.34, 0.07, 0.15. Web safe color of #da90cb is #cc99cc. Color #da90cb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10010000 11001011
Octal 332 220 313
Decimal 218 144 203
Hex DA 90 CB

RGB Percentages of Color #da90cb

%38.58
%25.49
%35.93

CMYK Percentages of Color #da90cb

%0
%34
%7
%15

Triadic Colors of #da90cb

#da90cb #cbda90 #90cbda

Analogous Colors of #da90cb

#da90cb #da90a6 #c490da

Monochromatic Colors of #da90cb

#da90cb

Complementary Color

#da90cb #90da9f

#da90cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da90cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da90cb Color CSS Codes

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

#da90cb Text Font Color

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

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


#da90cb Background Color

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

This div background color is #da90cb


#da90cb Border Color

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

This div border color is #da90cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da90cb


Comments

No comments written yet.

Please login to write comment.