Color Hex Logo

#d853ec Color Hex

#D853EC
(216,83,236)
0 Favorites   0 Comments

Color spaces of #d853ec

RGB 21683236
HSL0.810.800.63
HSV292°65°93°
CMYK 0.080.650.00   0.07
XYZ46.552526.841682.0842
Yxy26.84160.29940.1726
Hunter Lab51.808969.7244-57.6708
CIE-Lab58.827471.5968-53.0117

#d853ec color RGB value is (216,83,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01010011 11101100
Octal 330 123 354
Decimal 216 83 236
Hex D8 53 EC

RGB Percentages of Color #d853ec

%40.37
%15.51
%44.11

CMYK Percentages of Color #d853ec

%8
%65
%0
%7

Triadic Colors of #d853ec

#d853ec #ecd853 #53ecd8

Analogous Colors of #d853ec

#d853ec #ec53b4 #8c53ec

Monochromatic Colors of #d853ec

#d853ec

Complementary Color

#d853ec #67ec53

#d853ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d853ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d853ec Color CSS Codes

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

#d853ec Text Font Color

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

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


#d853ec Background Color

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

This div background color is #d853ec


#d853ec Border Color

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

This div border color is #d853ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d853ec


Comments

No comments written yet.

Please login to write comment.