Color Hex Logo

#d80eec Color Hex

#D80EEC
(216,14,236)
0 Favorites   0 Comments

Color spaces of #d80eec

RGB 21614236
HSL0.820.890.49
HSV295°94°93°
CMYK 0.080.940.00   0.07
XYZ43.616320.969181.1055
Yxy20.96910.29940.1439
Hunter Lab45.792089.8828-72.9583
CIE-Lab52.915788.6117-62.4781

#d80eec color RGB value is (216,14,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001110 11101100
Octal 330 16 354
Decimal 216 14 236
Hex D8 E EC

RGB Percentages of Color #d80eec

%46.35
%3.00
%50.64

CMYK Percentages of Color #d80eec

%8
%94
%0
%7

Triadic Colors of #d80eec

#d80eec #ecd80e #0eecd8

Analogous Colors of #d80eec

#d80eec #ec0e91 #690eec

Monochromatic Colors of #d80eec

#d80eec

Complementary Color

#d80eec #22ec0e

#d80eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80eec Color CSS Codes

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

#d80eec Text Font Color

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

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


#d80eec Background Color

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

This div background color is #d80eec


#d80eec Border Color

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

This div border color is #d80eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80eec


Comments

No comments written yet.

Please login to write comment.