Color Hex Logo

#da9ccb Color Hex

#DA9CCB
(218,156,203)
0 Favorites   0 Comments

Color spaces of #da9ccb

RGB 218156203
HSL0.870.460.73
HSV315°28°85°
CMYK 0.000.280.07   0.15
XYZ51.581442.994262.0800
Yxy42.99420.32930.2745
Hunter Lab65.570025.6717-10.2353
CIE-Lab71.551030.4634-14.8917

#da9ccb color RGB value is (218,156,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10011100 11001011
Octal 332 234 313
Decimal 218 156 203
Hex DA 9C CB

RGB Percentages of Color #da9ccb

%37.78
%27.04
%35.18

CMYK Percentages of Color #da9ccb

%0
%28
%7
%15

Triadic Colors of #da9ccb

#da9ccb #cbda9c #9ccbda

Analogous Colors of #da9ccb

#da9ccb #da9cac #ca9cda

Monochromatic Colors of #da9ccb

#da9ccb

Complementary Color

#da9ccb #9cdaab

#da9ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da9ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da9ccb Color CSS Codes

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

#da9ccb Text Font Color

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

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


#da9ccb Background Color

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

This div background color is #da9ccb


#da9ccb Border Color

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

This div border color is #da9ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da9ccb


Comments

No comments written yet.

Please login to write comment.