color codes Logo

#e270ed color codes

#E270ED
(226,112,237)
0 Favorites   0 Comments

Color spaces of #e270ed

RGB 226112237
HSL0.820.780.68
HSV295°53°93°
CMYK 0.050.530.00   0.07
XYZ52.444333.871583.8945
Yxy33.87150.30810.1990
Hunter Lab58.199259.0007-44.7274
CIE-Lab64.860461.5638-43.9383

#e270ed color RGB value is (226,112,237).

#e270ed hex color red value is 226, green value is 112 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e270ed hue: 0.82 , saturation: 0.78 and the lightness value of e270ed is 0.68.

The process color (four color CMYK) of #e270ed color code is 0.05, 0.53, 0.00, 0.07. Web safe color of #e270ed is #cc66ff. Color #e270ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110000 11101101
Octal 342 160 355
Decimal 226 112 237
Hex E2 70 ED

RGB Percentages of Color #e270ed

%39.30
%19.48
%41.22

CMYK Percentages of Color #e270ed

%5
%53
%0
%7

Triadic Colors of #e270ed

#e270ed #ede270 #70ede2

Analogous Colors of #e270ed

#e270ed #ed70ba #a470ed

Monochromatic Colors of #e270ed

#e270ed

Complementary Color

#e270ed #7bed70

#e270ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e270ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e270ed Color CSS Codes

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

#e270ed Text Font Color

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

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


#e270ed Background Color

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

This div background color is #e270ed


#e270ed Border Color

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

This div border color is #e270ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e270ed


Comments

No comments written yet.

Please login to write comment.