Color Hex Logo

#da99cb Color Hex

#DA99CB
(218,153,203)
0 Favorites   0 Comments

Color spaces of #da99cb

RGB 218153203
HSL0.870.470.73
HSV314°30°85°
CMYK 0.000.300.07   0.15
XYZ51.084241.999761.9142
Yxy41.99970.32960.2710
Hunter Lab64.807227.2899-11.2783
CIE-Lab70.870732.0812-15.9169

#da99cb color RGB value is (218,153,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011001 11001011
Octal 332 231 313
Decimal 218 153 203
Hex DA 99 CB

RGB Percentages of Color #da99cb

%37.98
%26.66
%35.37

CMYK Percentages of Color #da99cb

%0
%30
%7
%15

Triadic Colors of #da99cb

#da99cb #cbda99 #99cbda

Analogous Colors of #da99cb

#da99cb #da99ab #c999da

Monochromatic Colors of #da99cb

#da99cb

Complementary Color

#da99cb #99daa8

#da99cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da99cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da99cb Color CSS Codes

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

#da99cb Text Font Color

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

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


#da99cb Background Color

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

This div background color is #da99cb


#da99cb Border Color

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

This div border color is #da99cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da99cb


Comments

No comments written yet.

Please login to write comment.