Color Hex Logo

#d872ff Color Hex

#D872FF
(216,114,255)
0 Favorites   0 Comments

Color spaces of #d872ff

RGB 216114255
HSL0.791.000.72
HSV283°55°100°
CMYK 0.150.550.00   0.00
XYZ52.386233.853698.3811
Yxy33.85360.28380.1834
Hunter Lab58.183858.8919-59.5228
CIE-Lab64.846261.4737-53.9613

#d872ff color RGB value is (216,114,255).

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

The process color (four color CMYK) of #d872ff color hex is 0.15, 0.55, 0.00, 0.00. Web safe color of #d872ff is #cc66ff. Color #d872ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110010 11111111
Octal 330 162 377
Decimal 216 114 255
Hex D8 72 FF

RGB Percentages of Color #d872ff

%36.92
%19.49
%43.59

CMYK Percentages of Color #d872ff

%15
%55
%0
%0

Triadic Colors of #d872ff

#d872ff #ffd872 #72ffd8

Analogous Colors of #d872ff

#d872ff #ff72e0 #9272ff

Monochromatic Colors of #d872ff

#d872ff

Complementary Color

#d872ff #99ff72

#d872ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d872ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d872ff Color CSS Codes

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

#d872ff Text Font Color

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

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


#d872ff Background Color

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

This div background color is #d872ff


#d872ff Border Color

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

This div border color is #d872ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,114,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d872ff


Comments

No comments written yet.

Please login to write comment.