Color Hex Logo

#e55eca Color Hex

#E55ECA
(229,94,202)
0 Favorites   0 Comments

Color spaces of #e55eca

RGB 22994202
HSL0.870.720.63
HSV312°59°90°
CMYK 0.000.590.12   0.10
XYZ46.976528.927758.9848
Yxy28.92770.34830.2145
Hunter Lab53.784561.7828-27.3735
CIE-Lab60.717864.6418-30.7664

#e55eca color RGB value is (229,94,202).

#e55eca hex color red value is 229, green value is 94 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e55eca hue: 0.87 , saturation: 0.72 and the lightness value of e55eca is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011110 11001010
Octal 345 136 312
Decimal 229 94 202
Hex E5 5E CA

RGB Percentages of Color #e55eca

%43.62
%17.90
%38.48

CMYK Percentages of Color #e55eca

%0
%59
%12
%10

Triadic Colors of #e55eca

#e55eca #cae55e #5ecae5

Analogous Colors of #e55eca

#e55eca #e55e87 #bd5ee5

Monochromatic Colors of #e55eca

#e55eca

Complementary Color

#e55eca #5ee579

#e55eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55eca Color CSS Codes

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

#e55eca Text Font Color

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

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


#e55eca Background Color

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

This div background color is #e55eca


#e55eca Border Color

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

This div border color is #e55eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55eca


Comments

No comments written yet.

Please login to write comment.