Color Hex Logo

#e276eb Color Hex

#E276EB
(226,118,235)
0 Favorites   0 Comments

Color spaces of #e276eb

RGB 226118235
HSL0.820.750.69
HSV295°50°92°
CMYK 0.040.500.00   0.08
XYZ52.837935.123882.5920
Yxy35.12380.30980.2059
Hunter Lab59.265355.4270-41.1406
CIE-Lab65.844958.3437-41.2871

#e276eb color RGB value is (226,118,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01110110 11101011
Octal 342 166 353
Decimal 226 118 235
Hex E2 76 EB

RGB Percentages of Color #e276eb

%39.03
%20.38
%40.59

CMYK Percentages of Color #e276eb

%4
%50
%0
%8

Triadic Colors of #e276eb

#e276eb #ebe276 #76ebe2

Analogous Colors of #e276eb

#e276eb #eb76ba #a876eb

Monochromatic Colors of #e276eb

#e276eb

Complementary Color

#e276eb #7feb76

#e276eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e276eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e276eb Color CSS Codes

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

#e276eb Text Font Color

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

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


#e276eb Background Color

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

This div background color is #e276eb


#e276eb Border Color

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

This div border color is #e276eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e276eb


Comments

No comments written yet.

Please login to write comment.