Color Hex Logo

#da9dcb Color Hex

#DA9DCB
(218,157,203)
0 Favorites   0 Comments

Color spaces of #da9dcb

RGB 218157203
HSL0.870.450.74
HSV315°28°85°
CMYK 0.000.280.07   0.15
XYZ51.749943.331262.1361
Yxy43.33120.32920.2756
Hunter Lab65.826425.1327-9.8876
CIE-Lab71.779229.9236-14.5483

#da9dcb color RGB value is (218,157,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011101 11001011
Octal 332 235 313
Decimal 218 157 203
Hex DA 9D CB

RGB Percentages of Color #da9dcb

%37.72
%27.16
%35.12

CMYK Percentages of Color #da9dcb

%0
%28
%7
%15

Triadic Colors of #da9dcb

#da9dcb #cbda9d #9dcbda

Analogous Colors of #da9dcb

#da9dcb #da9dad #cb9dda

Monochromatic Colors of #da9dcb

#da9dcb

Complementary Color

#da9dcb #9ddaac

#da9dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9dcb Color CSS Codes

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

#da9dcb Text Font Color

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

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


#da9dcb Background Color

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

This div background color is #da9dcb


#da9dcb Border Color

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

This div border color is #da9dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9dcb


Comments

No comments written yet.

Please login to write comment.