Color Hex Logo

#d814ec Color Hex

#D814EC
(216,20,236)
0 Favorites   0 Comments

Color spaces of #d814ec

RGB 21620236
HSL0.820.850.50
HSV294°92°93°
CMYK 0.080.920.00   0.07
XYZ43.709421.155481.1365
Yxy21.15540.29940.1449
Hunter Lab45.995089.1387-72.3928
CIE-Lab53.119288.0088-62.1503

#d814ec color RGB value is (216,20,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00010100 11101100
Octal 330 24 354
Decimal 216 20 236
Hex D8 14 EC

RGB Percentages of Color #d814ec

%45.76
%4.24
%50.00

CMYK Percentages of Color #d814ec

%8
%92
%0
%7

Triadic Colors of #d814ec

#d814ec #ecd814 #14ecd8

Analogous Colors of #d814ec

#d814ec #ec1494 #6c14ec

Monochromatic Colors of #d814ec

#d814ec

Complementary Color

#d814ec #28ec14

#d814ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d814ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d814ec Color CSS Codes

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

#d814ec Text Font Color

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

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


#d814ec Background Color

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

This div background color is #d814ec


#d814ec Border Color

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

This div border color is #d814ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d814ec


Comments

No comments written yet.

Please login to write comment.