Color Hex Logo

#d587fd Color Hex

#D587FD
(213,135,253)
0 Favorites   0 Comments

Color spaces of #d587fd

RGB 213135253
HSL0.780.970.76
HSV280°47°99°
CMYK 0.160.470.00   0.01
XYZ53.834238.565997.5351
Yxy38.56590.28340.2030
Hunter Lab62.101446.0597-49.6485
CIE-Lab68.435649.7448-47.2168

#d587fd color RGB value is (213,135,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10000111 11111101
Octal 325 207 375
Decimal 213 135 253
Hex D5 87 FD

RGB Percentages of Color #d587fd

%35.44
%22.46
%42.10

CMYK Percentages of Color #d587fd

%16
%47
%0
%1

Triadic Colors of #d587fd

#d587fd #fdd587 #87fdd5

Analogous Colors of #d587fd

#d587fd #fd87ea #9a87fd

Monochromatic Colors of #d587fd

#d587fd

Complementary Color

#d587fd #affd87

#d587fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d587fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d587fd Color CSS Codes

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

#d587fd Text Font Color

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

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


#d587fd Background Color

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

This div background color is #d587fd


#d587fd Border Color

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

This div border color is #d587fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d587fd


Comments

No comments written yet.

Please login to write comment.