Color Hex Logo

#d855ea Color Hex

#D855EA
(216,85,234)
0 Favorites   0 Comments

Color spaces of #d855ea

RGB 21685234
HSL0.810.780.63
HSV293°64°92°
CMYK 0.080.640.00   0.08
XYZ46.418727.036480.6139
Yxy27.03640.30130.1755
Hunter Lab51.996568.3578-55.5239
CIE-Lab59.008070.4405-51.6070

#d855ea color RGB value is (216,85,234).

#d855ea hex color red value is 216, green value is 85 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d855ea hue: 0.81 , saturation: 0.78 and the lightness value of d855ea is 0.63.

The process color (four color CMYK) of #d855ea color hex is 0.08, 0.64, 0.00, 0.08. Web safe color of #d855ea is #cc66ff. Color #d855ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010101 11101010
Octal 330 125 352
Decimal 216 85 234
Hex D8 55 EA

RGB Percentages of Color #d855ea

%40.37
%15.89
%43.74

CMYK Percentages of Color #d855ea

%8
%64
%0
%8

Triadic Colors of #d855ea

#d855ea #ead855 #55ead8

Analogous Colors of #d855ea

#d855ea #ea55b2 #8e55ea

Monochromatic Colors of #d855ea

#d855ea

Complementary Color

#d855ea #67ea55

#d855ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d855ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d855ea Color CSS Codes

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

#d855ea Text Font Color

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

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


#d855ea Background Color

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

This div background color is #d855ea


#d855ea Border Color

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

This div border color is #d855ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d855ea


Comments

No comments written yet.

Please login to write comment.