Color Hex Logo

#ea35ee Color Hex

#EA35EE
(234,53,238)
0 Favorites   0 Comments

Color spaces of #ea35ee

RGB 23453238
HSL0.830.840.57
HSV299°78°93°
CMYK 0.020.780.00   0.07
XYZ50.637426.211783.2794
Yxy26.21170.31620.1637
Hunter Lab51.197486.9523-60.6050
CIE-Lab58.237585.3462-54.9081

#ea35ee color RGB value is (234,53,238).

#ea35ee hex color red value is 234, green value is 53 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #ea35ee hue: 0.83 , saturation: 0.84 and the lightness value of ea35ee is 0.57.

The process color (four color CMYK) of #ea35ee color hex is 0.02, 0.78, 0.00, 0.07. Web safe color of #ea35ee is #ff33ff. Color #ea35ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110101 11101110
Octal 352 65 356
Decimal 234 53 238
Hex EA 35 EE

RGB Percentages of Color #ea35ee

%44.57
%10.10
%45.33

CMYK Percentages of Color #ea35ee

%2
%78
%0
%7

Triadic Colors of #ea35ee

#ea35ee #eeea35 #35eeea

Analogous Colors of #ea35ee

#ea35ee #ee3596 #8e35ee

Monochromatic Colors of #ea35ee

#ea35ee

Complementary Color

#ea35ee #39ee35

#ea35ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea35ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea35ee Color CSS Codes

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

#ea35ee Text Font Color

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

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


#ea35ee Background Color

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

This div background color is #ea35ee


#ea35ee Border Color

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

This div border color is #ea35ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea35ee


Comments

No comments written yet.

Please login to write comment.