Color Hex Logo

#d854ce Color Hex

#D854CE
(216,84,206)
0 Favorites   0 Comments

Color spaces of #d854ce

RGB 21684206
HSL0.850.630.59
HSV305°61°85°
CMYK 0.000.610.05   0.15
XYZ42.629825.395861.0476
Yxy25.39580.33030.1968
Hunter Lab50.394262.8079-36.5479
CIE-Lab57.459066.0983-38.2638

#d854ce color RGB value is (216,84,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010100 11001110
Octal 330 124 316
Decimal 216 84 206
Hex D8 54 CE

RGB Percentages of Color #d854ce

%42.69
%16.60
%40.71

CMYK Percentages of Color #d854ce

%0
%61
%5
%15

Triadic Colors of #d854ce

#d854ce #ced854 #54ced8

Analogous Colors of #d854ce

#d854ce #d8548c #a054d8

Monochromatic Colors of #d854ce

#d854ce

Complementary Color

#d854ce #54d85e

#d854ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d854ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d854ce Color CSS Codes

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

#d854ce Text Font Color

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

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


#d854ce Background Color

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

This div background color is #d854ce


#d854ce Border Color

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

This div border color is #d854ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d854ce


Comments

No comments written yet.

Please login to write comment.