Color Hex Logo

#e25cec Color Hex

#E25CEC
(226,92,236)
0 Favorites   0 Comments

Color spaces of #e25cec

RGB 22692236
HSL0.820.790.64
HSV296°61°93°
CMYK 0.040.610.00   0.07
XYZ50.331529.879282.4714
Yxy29.87920.30940.1837
Hunter Lab54.661968.7008-51.1908
CIE-Lab61.549970.2507-48.6036

#e25cec color RGB value is (226,92,236).

#e25cec hex color red value is 226, green value is 92 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e25cec hue: 0.82 , saturation: 0.79 and the lightness value of e25cec is 0.64.

The process color (four color CMYK) of #e25cec color hex is 0.04, 0.61, 0.00, 0.07. Web safe color of #e25cec is #cc66ff. Color #e25cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011100 11101100
Octal 342 134 354
Decimal 226 92 236
Hex E2 5C EC

RGB Percentages of Color #e25cec

%40.79
%16.61
%42.60

CMYK Percentages of Color #e25cec

%4
%61
%0
%7

Triadic Colors of #e25cec

#e25cec #ece25c #5cece2

Analogous Colors of #e25cec

#e25cec #ec5cae #9a5cec

Monochromatic Colors of #e25cec

#e25cec

Complementary Color

#e25cec #66ec5c

#e25cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25cec Color CSS Codes

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

#e25cec Text Font Color

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

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


#e25cec Background Color

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

This div background color is #e25cec


#e25cec Border Color

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

This div border color is #e25cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25cec


Comments

No comments written yet.

Please login to write comment.