Color Hex Logo

#d089cc Color Hex

#D089CC
(208,137,204)
0 Favorites   0 Comments

Color spaces of #d089cc

RGB 208137204
HSL0.840.430.68
HSV303°34°82°
CMYK 0.000.340.02   0.18
XYZ45.857235.660961.5930
Yxy35.66090.32040.2492
Hunter Lab59.716732.5680-19.3511
CIE-Lab66.260037.5878-23.5793

#d089cc color RGB value is (208,137,204).

#d089cc hex color red value is 208, green value is 137 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d089cc hue: 0.84 , saturation: 0.43 and the lightness value of d089cc is 0.68.

The process color (four color CMYK) of #d089cc color hex is 0.00, 0.34, 0.02, 0.18. Web safe color of #d089cc is #cc99cc. Color #d089cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001001 11001100
Octal 320 211 314
Decimal 208 137 204
Hex D0 89 CC

RGB Percentages of Color #d089cc

%37.89
%24.95
%37.16

CMYK Percentages of Color #d089cc

%0
%34
%2
%18

Triadic Colors of #d089cc

#d089cc #ccd089 #89ccd0

Analogous Colors of #d089cc

#d089cc #d089a9 #b189d0

Monochromatic Colors of #d089cc

#d089cc

Complementary Color

#d089cc #89d08d

#d089cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d089cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d089cc Color CSS Codes

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

#d089cc Text Font Color

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

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


#d089cc Background Color

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

This div background color is #d089cc


#d089cc Border Color

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

This div border color is #d089cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,137,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d089cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d089cc;
  -webkit-box-shadow: 1px 1px 3px 2px #d089cc;
  box-shadow:         1px 1px 3px 2px #d089cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,137,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d089cc


Comments

No comments written yet.

Please login to write comment.