Color Hex Logo

#e274ee Color Hex

#E274EE
(226,116,238)
0 Favorites   0 Comments

Color spaces of #e274ee

RGB 226116238
HSL0.820.780.69
HSV294°51°93°
CMYK 0.050.510.00   0.07
XYZ53.042034.832684.8167
Yxy34.83260.30710.2017
Hunter Lab59.019157.1389-43.8925
CIE-Lab65.618159.8500-43.3014

#e274ee color RGB value is (226,116,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110100 11101110
Octal 342 164 356
Decimal 226 116 238
Hex E2 74 EE

RGB Percentages of Color #e274ee

%38.97
%20.00
%41.03

CMYK Percentages of Color #e274ee

%5
%51
%0
%7

Triadic Colors of #e274ee

#e274ee #eee274 #74eee2

Analogous Colors of #e274ee

#e274ee #ee74bd #a574ee

Monochromatic Colors of #e274ee

#e274ee

Complementary Color

#e274ee #80ee74

#e274ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e274ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#e274ee Color CSS Codes

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

#e274ee Text Font Color

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

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


#e274ee Background Color

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

This div background color is #e274ee


#e274ee Border Color

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

This div border color is #e274ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e274ee


Comments

No comments written yet.

Please login to write comment.