Color Hex Logo

#e035ca Color Hex

#E035CA
(224,53,202)
0 Favorites   0 Comments

Color spaces of #e035ca

RGB 22453202
HSL0.850.730.54
HSV308°76°88°
CMYK 0.000.760.10   0.12
XYZ42.674222.657858.0013
Yxy22.65780.34600.1837
Hunter Lab47.600276.7272-38.9253
CIE-Lab54.718178.0456-40.1994

#e035ca color RGB value is (224,53,202).

#e035ca hex color red value is 224, green value is 53 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #e035ca hue: 0.85 , saturation: 0.73 and the lightness value of e035ca is 0.54.

The process color (four color CMYK) of #e035ca color hex is 0.00, 0.76, 0.10, 0.12. Web safe color of #e035ca is #cc33cc. Color #e035ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110101 11001010
Octal 340 65 312
Decimal 224 53 202
Hex E0 35 CA

RGB Percentages of Color #e035ca

%46.76
%11.06
%42.17

CMYK Percentages of Color #e035ca

%0
%76
%10
%12

Triadic Colors of #e035ca

#e035ca #cae035 #35cae0

Analogous Colors of #e035ca

#e035ca #e03575 #a135e0

Monochromatic Colors of #e035ca

#e035ca

Complementary Color

#e035ca #35e04b

#e035ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e035ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#e035ca Color CSS Codes

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

#e035ca Text Font Color

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

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


#e035ca Background Color

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

This div background color is #e035ca


#e035ca Border Color

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

This div border color is #e035ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e035ca


Comments

No comments written yet.

Please login to write comment.