Color Hex Logo

#ea35df Color Hex

#EA35DF
(234,53,223)
0 Favorites   0 Comments

Color spaces of #ea35df

RGB 23453223
HSL0.840.810.56
HSV304°77°92°
CMYK 0.000.770.05   0.08
XYZ48.524125.366372.1507
Yxy25.36630.33230.1737
Hunter Lab50.365083.8370-49.6808
CIE-Lab57.430683.1050-47.7595

#ea35df color RGB value is (234,53,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110101 11011111
Octal 352 65 337
Decimal 234 53 223
Hex EA 35 DF

RGB Percentages of Color #ea35df

%45.88
%10.39
%43.73

CMYK Percentages of Color #ea35df

%0
%77
%5
%8

Triadic Colors of #ea35df

#ea35df #dfea35 #35dfea

Analogous Colors of #ea35df

#ea35df #ea3585 #9b35ea

Monochromatic Colors of #ea35df

#ea35df

Complementary Color

#ea35df #35ea40

#ea35df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea35df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea35df Color CSS Codes

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

#ea35df Text Font Color

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

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


#ea35df Background Color

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

This div background color is #ea35df


#ea35df Border Color

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

This div border color is #ea35df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea35df


Comments

No comments written yet.

Please login to write comment.