Color Hex Logo

#d854cf Color Hex

#D854CF
(216,84,207)
0 Favorites   0 Comments

Color spaces of #d854cf

RGB 21684207
HSL0.840.630.59
HSV304°61°85°
CMYK 0.000.610.04   0.15
XYZ42.751725.444661.6895
Yxy25.44460.32910.1959
Hunter Lab50.442663.0097-37.1996
CIE-Lab57.506166.2601-38.7587

#d854cf color RGB value is (216,84,207).

#d854cf hex color red value is 216, green value is 84 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #d854cf hue: 0.84 , saturation: 0.63 and the lightness value of d854cf is 0.59.

The process color (four color CMYK) of #d854cf color hex is 0.00, 0.61, 0.04, 0.15. Web safe color of #d854cf is #cc66cc. Color #d854cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010100 11001111
Octal 330 124 317
Decimal 216 84 207
Hex D8 54 CF

RGB Percentages of Color #d854cf

%42.60
%16.57
%40.83

CMYK Percentages of Color #d854cf

%0
%61
%4
%15

Triadic Colors of #d854cf

#d854cf #cfd854 #54cfd8

Analogous Colors of #d854cf

#d854cf #d8548d #9f54d8

Monochromatic Colors of #d854cf

#d854cf

Complementary Color

#d854cf #54d85d

#d854cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d854cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d854cf Color CSS Codes

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

#d854cf Text Font Color

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

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


#d854cf Background Color

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

This div background color is #d854cf


#d854cf Border Color

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

This div border color is #d854cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d854cf


Comments

No comments written yet.

Please login to write comment.