Color Hex Logo

#e25cca Color Hex

#E25CCA
(226,92,202)
0 Favorites   0 Comments

Color spaces of #e25cca

RGB 22692202
HSL0.860.700.62
HSV311°59°89°
CMYK 0.000.590.11   0.11
XYZ45.851828.087358.8818
Yxy28.08730.34520.2115
Hunter Lab52.997561.6873-28.7748
CIE-Lab59.967564.6951-31.9650

#e25cca color RGB value is (226,92,202).

#e25cca hex color red value is 226, green value is 92 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e25cca hue: 0.86 , saturation: 0.70 and the lightness value of e25cca is 0.62.

The process color (four color CMYK) of #e25cca color hex is 0.00, 0.59, 0.11, 0.11. Web safe color of #e25cca is #cc66cc. Color #e25cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01011100 11001010
Octal 342 134 312
Decimal 226 92 202
Hex E2 5C CA

RGB Percentages of Color #e25cca

%43.46
%17.69
%38.85

CMYK Percentages of Color #e25cca

%0
%59
%11
%11

Triadic Colors of #e25cca

#e25cca #cae25c #5ccae2

Analogous Colors of #e25cca

#e25cca #e25c87 #b75ce2

Monochromatic Colors of #e25cca

#e25cca

Complementary Color

#e25cca #5ce274

#e25cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e25cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e25cca Color CSS Codes

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

#e25cca Text Font Color

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

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


#e25cca Background Color

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

This div background color is #e25cca


#e25cca Border Color

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

This div border color is #e25cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e25cca


Comments

No comments written yet.

Please login to write comment.