Color Hex Logo

#d087fe Color Hex

#D087FE
(208,135,254)
0 Favorites   0 Comments

Color spaces of #d087fe

RGB 208135254
HSL0.770.980.76
HSV277°47°100°
CMYK 0.180.470.00   0.00
XYZ52.565837.893698.3096
Yxy37.89360.27850.2007
Hunter Lab61.557844.6997-51.5974
CIE-Lab67.942148.5971-48.5767

#d087fe color RGB value is (208,135,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000111 11111110
Octal 320 207 376
Decimal 208 135 254
Hex D0 87 FE

RGB Percentages of Color #d087fe

%34.84
%22.61
%42.55

CMYK Percentages of Color #d087fe

%18
%47
%0
%0

Triadic Colors of #d087fe

#d087fe #fed087 #87fed0

Analogous Colors of #d087fe

#d087fe #fe87f1 #9587fe

Monochromatic Colors of #d087fe

#d087fe

Complementary Color

#d087fe #b5fe87

#d087fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d087fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d087fe Color CSS Codes

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

#d087fe Text Font Color

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

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


#d087fe Background Color

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

This div background color is #d087fe


#d087fe Border Color

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

This div border color is #d087fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,135,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 #d087fe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d087fe


Comments

No comments written yet.

Please login to write comment.