Color Hex Logo

#d954ce Color Hex

#D954CE
(217,84,206)
0 Favorites   0 Comments

Color spaces of #d954ce

RGB 21784206
HSL0.850.640.59
HSV305°61°85°
CMYK 0.000.610.05   0.15
XYZ42.926225.548661.0614
Yxy25.54860.33140.1972
Hunter Lab50.545663.1374-36.2431
CIE-Lab57.606166.3496-38.0227

#d954ce color RGB value is (217,84,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010100 11001110
Octal 331 124 316
Decimal 217 84 206
Hex D9 54 CE

RGB Percentages of Color #d954ce

%42.80
%16.57
%40.63

CMYK Percentages of Color #d954ce

%0
%61
%5
%15

Triadic Colors of #d954ce

#d954ce #ced954 #54ced9

Analogous Colors of #d954ce

#d954ce #d9548c #a254d9

Monochromatic Colors of #d954ce

#d954ce

Complementary Color

#d954ce #54d95f

#d954ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d954ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d954ce Color CSS Codes

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

#d954ce Text Font Color

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

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


#d954ce Background Color

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

This div background color is #d954ce


#d954ce Border Color

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

This div border color is #d954ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d954ce


Comments

No comments written yet.

Please login to write comment.