Color Hex Logo

#d875fc Color Hex

#D875FC
(216,117,252)
0 Favorites   0 Comments

Color spaces of #d875fc

RGB 216117252
HSL0.790.960.72
HSV284°54°99°
CMYK 0.140.540.00   0.01
XYZ52.250934.349895.9717
Yxy34.34980.28620.1881
Hunter Lab58.608756.5713-56.0612
CIE-Lab65.239359.4261-51.6921

#d875fc color RGB value is (216,117,252).

#d875fc hex color red value is 216, green value is 117 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d875fc hue: 0.79 , saturation: 0.96 and the lightness value of d875fc is 0.72.

The process color (four color CMYK) of #d875fc color hex is 0.14, 0.54, 0.00, 0.01. Web safe color of #d875fc is #cc66ff. Color #d875fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110101 11111100
Octal 330 165 374
Decimal 216 117 252
Hex D8 75 FC

RGB Percentages of Color #d875fc

%36.92
%20.00
%43.08

CMYK Percentages of Color #d875fc

%14
%54
%0
%1

Triadic Colors of #d875fc

#d875fc #fcd875 #75fcd8

Analogous Colors of #d875fc

#d875fc #fc75dd #9575fc

Monochromatic Colors of #d875fc

#d875fc

Complementary Color

#d875fc #99fc75

#d875fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d875fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d875fc Color CSS Codes

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

#d875fc Text Font Color

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

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


#d875fc Background Color

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

This div background color is #d875fc


#d875fc Border Color

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

This div border color is #d875fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d875fc


Comments

No comments written yet.

Please login to write comment.