Color Hex Logo

#d08cfc Color Hex

#D08CFC
(208,140,252)
0 Favorites   0 Comments

Color spaces of #d08cfc

RGB 208140252
HSL0.770.950.77
HSV276°44°99°
CMYK 0.170.440.00   0.01
XYZ52.961239.194396.8694
Yxy39.19430.28020.2073
Hunter Lab62.605441.4433-47.9158
CIE-Lab68.891845.5303-45.9908

#d08cfc color RGB value is (208,140,252).

#d08cfc hex color red value is 208, green value is 140 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d08cfc hue: 0.77 , saturation: 0.95 and the lightness value of d08cfc is 0.77.

The process color (four color CMYK) of #d08cfc color hex is 0.17, 0.44, 0.00, 0.01. Web safe color of #d08cfc is #cc99ff. Color #d08cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001100 11111100
Octal 320 214 374
Decimal 208 140 252
Hex D0 8C FC

RGB Percentages of Color #d08cfc

%34.67
%23.33
%42.00

CMYK Percentages of Color #d08cfc

%17
%44
%0
%1

Triadic Colors of #d08cfc

#d08cfc #fcd08c #8cfcd0

Analogous Colors of #d08cfc

#d08cfc #fc8cf0 #988cfc

Monochromatic Colors of #d08cfc

#d08cfc

Complementary Color

#d08cfc #b8fc8c

#d08cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08cfc Color CSS Codes

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

#d08cfc Text Font Color

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

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


#d08cfc Background Color

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

This div background color is #d08cfc


#d08cfc Border Color

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

This div border color is #d08cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08cfc


Comments

No comments written yet.

Please login to write comment.