Color Hex Logo

#d08cee Color Hex

#D08CEE
(208,140,238)
0 Favorites   0 Comments

Color spaces of #d08cee

RGB 208140238
HSL0.780.740.74
HSV282°41°93°
CMYK 0.130.410.00   0.07
XYZ50.823138.339185.6104
Yxy38.33910.29080.2194
Hunter Lab61.918638.1563-38.6331
CIE-Lab68.269842.5982-39.3018

#d08cee color RGB value is (208,140,238).

#d08cee hex color red value is 208, green value is 140 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d08cee hue: 0.78 , saturation: 0.74 and the lightness value of d08cee is 0.74.

The process color (four color CMYK) of #d08cee color hex is 0.13, 0.41, 0.00, 0.07. Web safe color of #d08cee is #cc99ff. Color #d08cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001100 11101110
Octal 320 214 356
Decimal 208 140 238
Hex D0 8C EE

RGB Percentages of Color #d08cee

%35.49
%23.89
%40.61

CMYK Percentages of Color #d08cee

%13
%41
%0
%7

Triadic Colors of #d08cee

#d08cee #eed08c #8ceed0

Analogous Colors of #d08cee

#d08cee #ee8cdb #9f8cee

Monochromatic Colors of #d08cee

#d08cee

Complementary Color

#d08cee #aaee8c

#d08cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08cee Color CSS Codes

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

#d08cee Text Font Color

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

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


#d08cee Background Color

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

This div background color is #d08cee


#d08cee Border Color

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

This div border color is #d08cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08cee


Comments

No comments written yet.

Please login to write comment.