Color Hex Logo

#d287fc Color Hex

#D287FC
(210,135,252)
0 Favorites   0 Comments

Color spaces of #d287fc

RGB 210135252
HSL0.770.950.76
HSV278°46°99°
CMYK 0.170.460.00   0.01
XYZ52.813038.057996.6578
Yxy38.05790.28160.2029
Hunter Lab61.691144.8523-49.7120
CIE-Lab68.063348.7173-47.2791

#d287fc color RGB value is (210,135,252).

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

The process color (four color CMYK) of #d287fc color hex is 0.17, 0.46, 0.00, 0.01. Web safe color of #d287fc is #cc99ff. Color #d287fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10000111 11111100
Octal 322 207 374
Decimal 210 135 252
Hex D2 87 FC

RGB Percentages of Color #d287fc

%35.18
%22.61
%42.21

CMYK Percentages of Color #d287fc

%17
%46
%0
%1

Triadic Colors of #d287fc

#d287fc #fcd287 #87fcd2

Analogous Colors of #d287fc

#d287fc #fc87ec #9887fc

Monochromatic Colors of #d287fc

#d287fc

Complementary Color

#d287fc #b1fc87

#d287fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d287fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d287fc Color CSS Codes

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

#d287fc Text Font Color

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

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


#d287fc Background Color

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

This div background color is #d287fc


#d287fc Border Color

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

This div border color is #d287fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,135,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d287fc


Comments

No comments written yet.

Please login to write comment.