Color Hex Logo

#d08cfb Color Hex

#D08CFB
(208,140,251)
0 Favorites   0 Comments

Color spaces of #d08cfb

RGB 208140251
HSL0.770.930.77
HSV277°44°98°
CMYK 0.170.440.00   0.02
XYZ52.803139.131196.0368
Yxy39.13110.28090.2082
Hunter Lab62.554941.2024-47.2361
CIE-Lab68.846145.3172-45.5168

#d08cfb color RGB value is (208,140,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001100 11111011
Octal 320 214 373
Decimal 208 140 251
Hex D0 8C FB

RGB Percentages of Color #d08cfb

%34.72
%23.37
%41.90

CMYK Percentages of Color #d08cfb

%17
%44
%0
%2

Triadic Colors of #d08cfb

#d08cfb #fbd08c #8cfbd0

Analogous Colors of #d08cfb

#d08cfb #fb8cef #998cfb

Monochromatic Colors of #d08cfb

#d08cfb

Complementary Color

#d08cfb #b7fb8c

#d08cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08cfb Color CSS Codes

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

#d08cfb Text Font Color

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

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


#d08cfb Background Color

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

This div background color is #d08cfb


#d08cfb Border Color

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

This div border color is #d08cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08cfb


Comments

No comments written yet.

Please login to write comment.