Color Hex Logo

#ea35ce Color Hex

#EA35CE
(234,53,206)
0 Favorites   0 Comments

Color spaces of #ea35ce

RGB 23453206
HSL0.860.810.56
HSV309°77°92°
CMYK 0.000.770.12   0.08
XYZ46.345424.494960.6778
Yxy24.49490.35240.1862
Hunter Lab49.492380.5387-38.0452
CIE-Lab56.579980.6990-39.4458

#ea35ce color RGB value is (234,53,206).

#ea35ce hex color red value is 234, green value is 53 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ea35ce hue: 0.86 , saturation: 0.81 and the lightness value of ea35ce is 0.56.

The process color (four color CMYK) of #ea35ce color hex is 0.00, 0.77, 0.12, 0.08. Web safe color of #ea35ce is #ff33cc. Color #ea35ce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110101 11001110
Octal 352 65 316
Decimal 234 53 206
Hex EA 35 CE

RGB Percentages of Color #ea35ce

%47.46
%10.75
%41.78

CMYK Percentages of Color #ea35ce

%0
%77
%12
%8

Triadic Colors of #ea35ce

#ea35ce #ceea35 #35ceea

Analogous Colors of #ea35ce

#ea35ce #ea3574 #ac35ea

Monochromatic Colors of #ea35ce

#ea35ce

Complementary Color

#ea35ce #35ea51

#ea35ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea35ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea35ce Color CSS Codes

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

#ea35ce Text Font Color

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

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


#ea35ce Background Color

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

This div background color is #ea35ce


#ea35ce Border Color

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

This div border color is #ea35ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,53,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea35ce


Comments

No comments written yet.

Please login to write comment.