Color Hex Logo

#d09bfe Color Hex

#D09BFE
(208,155,254)
0 Favorites   0 Comments

Color spaces of #d09bfe

RGB 208155254
HSL0.760.980.80
HSV272°39°100°
CMYK 0.180.390.00   0.00
XYZ55.623244.008399.3287
Yxy44.00830.27960.2212
Hunter Lab66.338833.5745-42.3375
CIE-Lab72.234037.9051-41.8425

#d09bfe color RGB value is (208,155,254).

#d09bfe hex color red value is 208, green value is 155 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d09bfe hue: 0.76 , saturation: 0.98 and the lightness value of d09bfe is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10011011 11111110
Octal 320 233 376
Decimal 208 155 254
Hex D0 9B FE

RGB Percentages of Color #d09bfe

%33.71
%25.12
%41.17

CMYK Percentages of Color #d09bfe

%18
%39
%0
%0

Triadic Colors of #d09bfe

#d09bfe #fed09b #9bfed0

Analogous Colors of #d09bfe

#d09bfe #fe9bfb #9f9bfe

Monochromatic Colors of #d09bfe

#d09bfe

Complementary Color

#d09bfe #c9fe9b

#d09bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d09bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d09bfe Color CSS Codes

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

#d09bfe Text Font Color

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

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


#d09bfe Background Color

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

This div background color is #d09bfe


#d09bfe Border Color

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

This div border color is #d09bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d09bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.