Color Hex Logo

#d088ce Color Hex

#D088CE
(208,136,206)
0 Favorites   0 Comments

Color spaces of #d088ce

RGB 208136206
HSL0.840.430.67
HSV302°35°82°
CMYK 0.000.350.01   0.18
XYZ45.957235.474462.8176
Yxy35.47440.31860.2459
Hunter Lab59.560433.5011-20.8402
CIE-Lab66.116438.4918-24.9161

#d088ce color RGB value is (208,136,206).

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

The process color (four color CMYK) of #d088ce color hex is 0.00, 0.35, 0.01, 0.18. Web safe color of #d088ce is #cc99cc. Color #d088ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001000 11001110
Octal 320 210 316
Decimal 208 136 206
Hex D0 88 CE

RGB Percentages of Color #d088ce

%37.82
%24.73
%37.45

CMYK Percentages of Color #d088ce

%0
%35
%1
%18

Triadic Colors of #d088ce

#d088ce #ced088 #88ced0

Analogous Colors of #d088ce

#d088ce #d088aa #ae88d0

Monochromatic Colors of #d088ce

#d088ce

Complementary Color

#d088ce #88d08a

#d088ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d088ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d088ce Color CSS Codes

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

#d088ce Text Font Color

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

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


#d088ce Background Color

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

This div background color is #d088ce


#d088ce Border Color

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

This div border color is #d088ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d088ce


Comments

No comments written yet.

Please login to write comment.