Color Hex Logo

#e275ea Color Hex

#E275EA
(226,117,234)
0 Favorites   0 Comments

Color spaces of #e275ea

RGB 226117234
HSL0.820.740.69
HSV296°50°92°
CMYK 0.030.500.00   0.08
XYZ52.576634.831881.7940
Yxy34.83180.31070.2059
Hunter Lab59.018555.7344-40.8574
CIE-Lab65.617558.6452-41.0899

#e275ea color RGB value is (226,117,234).

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

The process color (four color CMYK) of #e275ea color hex is 0.03, 0.50, 0.00, 0.08. Web safe color of #e275ea is #cc66ff. Color #e275ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110101 11101010
Octal 342 165 352
Decimal 226 117 234
Hex E2 75 EA

RGB Percentages of Color #e275ea

%39.17
%20.28
%40.55

CMYK Percentages of Color #e275ea

%3
%50
%0
%8

Triadic Colors of #e275ea

#e275ea #eae275 #75eae2

Analogous Colors of #e275ea

#e275ea #ea75b8 #a875ea

Monochromatic Colors of #e275ea

#e275ea

Complementary Color

#e275ea #7dea75

#e275ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e275ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#e275ea Color CSS Codes

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

#e275ea Text Font Color

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

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


#e275ea Background Color

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

This div background color is #e275ea


#e275ea Border Color

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

This div border color is #e275ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e275ea


Comments

No comments written yet.

Please login to write comment.