Color Hex Logo

#d08bfd Color Hex

#D08BFD
(208,139,253)
0 Favorites   0 Comments

Color spaces of #d08bfd

RGB 208139253
HSL0.770.970.77
HSV276°45°99°
CMYK 0.180.450.00   0.01
XYZ52.974738.967097.6578
Yxy38.96700.27940.2055
Hunter Lab62.423642.2398-49.0591
CIE-Lab68.727446.2740-46.7947

#d08bfd color RGB value is (208,139,253).

#d08bfd hex color red value is 208, green value is 139 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d08bfd hue: 0.77 , saturation: 0.97 and the lightness value of d08bfd is 0.77.

The process color (four color CMYK) of #d08bfd color hex is 0.18, 0.45, 0.00, 0.01. Web safe color of #d08bfd is #cc99ff. Color #d08bfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 10001011 11111101
Octal 320 213 375
Decimal 208 139 253
Hex D0 8B FD

RGB Percentages of Color #d08bfd

%34.67
%23.17
%42.17

CMYK Percentages of Color #d08bfd

%18
%45
%0
%1

Triadic Colors of #d08bfd

#d08bfd #fdd08b #8bfdd0

Analogous Colors of #d08bfd

#d08bfd #fd8bf1 #978bfd

Monochromatic Colors of #d08bfd

#d08bfd

Complementary Color

#d08bfd #b8fd8b

#d08bfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d08bfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d08bfd Color CSS Codes

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

#d08bfd Text Font Color

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

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


#d08bfd Background Color

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

This div background color is #d08bfd


#d08bfd Border Color

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

This div border color is #d08bfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d08bfd


Comments

No comments written yet.

Please login to write comment.