Color Hex Logo

#e80ced Color Hex

#E80CED
(232,12,237)
0 Favorites   0 Comments

Color spaces of #e80ced

RGB 23212237
HSL0.830.900.49
HSV299°95°93°
CMYK 0.020.950.00   0.07
XYZ48.696223.533282.0965
Yxy23.53320.31550.1525
Hunter Lab48.511094.2870-66.3803
CIE-Lab55.617491.3925-58.5554

#e80ced color RGB value is (232,12,237).

#e80ced hex color red value is 232, green value is 12 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e80ced hue: 0.83 , saturation: 0.90 and the lightness value of e80ced is 0.49.

The process color (four color CMYK) of #e80ced color hex is 0.02, 0.95, 0.00, 0.07. Web safe color of #e80ced is #ff00ff. Color #e80ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001100 11101101
Octal 350 14 355
Decimal 232 12 237
Hex E8 C ED

RGB Percentages of Color #e80ced

%48.23
%2.49
%49.27

CMYK Percentages of Color #e80ced

%2
%95
%0
%7

Triadic Colors of #e80ced

#e80ced #ede80c #0cede8

Analogous Colors of #e80ced

#e80ced #ed0c82 #780ced

Monochromatic Colors of #e80ced

#e80ced

Complementary Color

#e80ced #11ed0c

#e80ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80ced Color CSS Codes

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

#e80ced Text Font Color

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

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


#e80ced Background Color

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

This div background color is #e80ced


#e80ced Border Color

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

This div border color is #e80ced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,12,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e80ced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e80ced;
  -webkit-box-shadow: 1px 1px 3px 2px #e80ced;
  box-shadow:         1px 1px 3px 2px #e80ced; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,12,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80ced


Comments

No comments written yet.

Please login to write comment.