Color Hex Logo

#e274ed Color Hex

#E274ED
(226,116,237)
0 Favorites   0 Comments

Color spaces of #e274ed

RGB 226116237
HSL0.820.770.69
HSV295°51°93°
CMYK 0.050.510.00   0.07
XYZ52.895534.774084.0449
Yxy34.77400.30800.2025
Hunter Lab58.969556.9175-43.2231
CIE-Lab65.572359.6680-42.8205

#e274ed color RGB value is (226,116,237).

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

The process color (four color CMYK) of #e274ed color hex is 0.05, 0.51, 0.00, 0.07. Web safe color of #e274ed is #cc66ff. Color #e274ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110100 11101101
Octal 342 164 355
Decimal 226 116 237
Hex E2 74 ED

RGB Percentages of Color #e274ed

%39.03
%20.03
%40.93

CMYK Percentages of Color #e274ed

%5
%51
%0
%7

Triadic Colors of #e274ed

#e274ed #ede274 #74ede2

Analogous Colors of #e274ed

#e274ed #ed74bc #a674ed

Monochromatic Colors of #e274ed

#e274ed

Complementary Color

#e274ed #7fed74

#e274ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e274ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e274ed Color CSS Codes

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

#e274ed Text Font Color

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

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


#e274ed Background Color

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

This div background color is #e274ed


#e274ed Border Color

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

This div border color is #e274ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e274ed


Comments

No comments written yet.

Please login to write comment.