Color Hex Logo

#d087fd Color Hex

#D087FD
(208,135,253)
0 Favorites   0 Comments

Color spaces of #d087fd

RGB 208135253
HSL0.770.970.76
HSV277°47°99°
CMYK 0.180.470.00   0.01
XYZ52.406037.829797.4683
Yxy37.82970.27920.2015
Hunter Lab61.505944.4555-50.9027
CIE-Lab67.894948.3843-48.1051

#d087fd color RGB value is (208,135,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 10000111 11111101
Octal 320 207 375
Decimal 208 135 253
Hex D0 87 FD

RGB Percentages of Color #d087fd

%34.90
%22.65
%42.45

CMYK Percentages of Color #d087fd

%18
%47
%0
%1

Triadic Colors of #d087fd

#d087fd #fdd087 #87fdd0

Analogous Colors of #d087fd

#d087fd #fd87ef #9587fd

Monochromatic Colors of #d087fd

#d087fd

Complementary Color

#d087fd #b4fd87

#d087fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d087fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d087fd Color CSS Codes

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

#d087fd Text Font Color

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

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


#d087fd Background Color

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

This div background color is #d087fd


#d087fd Border Color

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

This div border color is #d087fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d087fd

Related Colors


Comments

No comments written yet.

Please login to write comment.