Color Hex Logo

#d089c0 Color Hex

#D089C0
(208,137,192)
0 Favorites   0 Comments

Color spaces of #d089c0

RGB 208137192
HSL0.870.430.68
HSV314°34°82°
CMYK 0.000.340.08   0.18
XYZ44.472535.107054.3015
Yxy35.10700.33220.2622
Hunter Lab59.251230.2883-12.8613
CIE-Lab65.831935.4455-17.5145

#d089c0 color RGB value is (208,137,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001001 11000000
Octal 320 211 300
Decimal 208 137 192
Hex D0 89 C0

RGB Percentages of Color #d089c0

%38.73
%25.51
%35.75

CMYK Percentages of Color #d089c0

%0
%34
%8
%18

Triadic Colors of #d089c0

#d089c0 #c0d089 #89c0d0

Analogous Colors of #d089c0

#d089c0 #d0899d #bd89d0

Monochromatic Colors of #d089c0

#d089c0

Complementary Color

#d089c0 #89d099

#d089c0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d089c0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d089c0 Color CSS Codes

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

#d089c0 Text Font Color

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

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


#d089c0 Background Color

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

This div background color is #d089c0


#d089c0 Border Color

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

This div border color is #d089c0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d089c0


Comments

No comments written yet.

Please login to write comment.