Color Hex Logo

#d854de Color Hex

#D854DE
(216,84,222)
0 Favorites   0 Comments

Color spaces of #d854de

RGB 21684222
HSL0.830.680.60
HSV297°62°87°
CMYK 0.030.620.00   0.13
XYZ44.674026.213571.8124
Yxy26.21350.31310.1837
Hunter Lab51.199166.1524-47.3214
CIE-Lab58.239268.7582-46.0925

#d854de color RGB value is (216,84,222).

#d854de hex color red value is 216, green value is 84 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d854de hue: 0.83 , saturation: 0.68 and the lightness value of d854de is 0.60.

The process color (four color CMYK) of #d854de color hex is 0.03, 0.62, 0.00, 0.13. Web safe color of #d854de is #cc66cc. Color #d854de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010100 11011110
Octal 330 124 336
Decimal 216 84 222
Hex D8 54 DE

RGB Percentages of Color #d854de

%41.38
%16.09
%42.53

CMYK Percentages of Color #d854de

%3
%62
%0
%13

Triadic Colors of #d854de

#d854de #ded854 #54ded8

Analogous Colors of #d854de

#d854de #de549f #9354de

Monochromatic Colors of #d854de

#d854de

Complementary Color

#d854de #5ade54

#d854de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d854de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d854de Color CSS Codes

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

#d854de Text Font Color

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

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


#d854de Background Color

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

This div background color is #d854de


#d854de Border Color

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

This div border color is #d854de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d854de


Comments

No comments written yet.

Please login to write comment.