Color Hex Logo

#d819ec Color Hex

#D819EC
(216,25,236)
0 Favorites   0 Comments

Color spaces of #d819ec

RGB 21625236
HSL0.820.850.51
HSV294°89°93°
CMYK 0.080.890.00   0.07
XYZ43.806921.350381.1690
Yxy21.35030.29940.1459
Hunter Lab46.206488.3694-71.8080
CIE-Lab53.330887.3834-61.8097

#d819ec color RGB value is (216,25,236).

#d819ec hex color red value is 216, green value is 25 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d819ec hue: 0.82 , saturation: 0.85 and the lightness value of d819ec is 0.51.

The process color (four color CMYK) of #d819ec color hex is 0.08, 0.89, 0.00, 0.07. Web safe color of #d819ec is #cc00ff. Color #d819ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00011001 11101100
Octal 330 31 354
Decimal 216 25 236
Hex D8 19 EC

RGB Percentages of Color #d819ec

%45.28
%5.24
%49.48

CMYK Percentages of Color #d819ec

%8
%89
%0
%7

Triadic Colors of #d819ec

#d819ec #ecd819 #19ecd8

Analogous Colors of #d819ec

#d819ec #ec1997 #6f19ec

Monochromatic Colors of #d819ec

#d819ec

Complementary Color

#d819ec #2dec19

#d819ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d819ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d819ec Color CSS Codes

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

#d819ec Text Font Color

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

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


#d819ec Background Color

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

This div background color is #d819ec


#d819ec Border Color

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

This div border color is #d819ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d819ec


Comments

No comments written yet.

Please login to write comment.