Color Hex Logo

#e30ded Color Hex

#E30DED
(227,13,237)
0 Favorites   0 Comments

Color spaces of #e30ded

RGB 22713237
HSL0.830.900.49
HSV297°95°93°
CMYK 0.040.950.00   0.07
XYZ47.108522.733282.0258
Yxy22.73320.31020.1497
Hunter Lab47.679392.9240-68.6248
CIE-Lab54.796590.5346-59.9185

#e30ded color RGB value is (227,13,237).

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

The process color (four color CMYK) of #e30ded color hex is 0.04, 0.95, 0.00, 0.07. Web safe color of #e30ded is #cc00ff. Color #e30ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001101 11101101
Octal 343 15 355
Decimal 227 13 237
Hex E3 D ED

RGB Percentages of Color #e30ded

%47.59
%2.73
%49.69

CMYK Percentages of Color #e30ded

%4
%95
%0
%7

Triadic Colors of #e30ded

#e30ded #ede30d #0dede3

Analogous Colors of #e30ded

#e30ded #ed0d87 #730ded

Monochromatic Colors of #e30ded

#e30ded

Complementary Color

#e30ded #17ed0d

#e30ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e30ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e30ded Color CSS Codes

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

#e30ded Text Font Color

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

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


#e30ded Background Color

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

This div background color is #e30ded


#e30ded Border Color

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

This div border color is #e30ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e30ded


Comments

No comments written yet.

Please login to write comment.