Color Hex Logo

#e274eb Color Hex

#E274EB
(226,116,235)
0 Favorites   0 Comments

Color spaces of #e274eb

RGB 226116235
HSL0.820.750.69
HSV295°51°92°
CMYK 0.040.510.00   0.08
XYZ52.604834.657782.5143
Yxy34.65770.30980.2041
Hunter Lab58.870856.4772-41.8923
CIE-Lab65.481359.3057-41.8569

#e274eb color RGB value is (226,116,235).

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

The process color (four color CMYK) of #e274eb color hex is 0.04, 0.51, 0.00, 0.08. Web safe color of #e274eb is #cc66ff. Color #e274eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110100 11101011
Octal 342 164 353
Decimal 226 116 235
Hex E2 74 EB

RGB Percentages of Color #e274eb

%39.17
%20.10
%40.73

CMYK Percentages of Color #e274eb

%4
%51
%0
%8

Triadic Colors of #e274eb

#e274eb #ebe274 #74ebe2

Analogous Colors of #e274eb

#e274eb #eb74b9 #a774eb

Monochromatic Colors of #e274eb

#e274eb

Complementary Color

#e274eb #7deb74

#e274eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e274eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e274eb Color CSS Codes

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

#e274eb Text Font Color

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

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


#e274eb Background Color

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

This div background color is #e274eb


#e274eb Border Color

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

This div border color is #e274eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,116,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e274eb


Comments

No comments written yet.

Please login to write comment.