Color Hex Logo

#ea2385 Color Hex

#EA2385
(234,35,133)
0 Favorites   0 Comments

Color spaces of #ea2385

RGB 23435133
HSL0.920.830.53
HSV330°85°92°
CMYK 0.000.850.43   0.08
XYZ38.766420.387924.0824
Yxy20.38790.46570.2449
Hunter Lab45.153074.2348-0.0153
CIE-Lab52.273076.5222-3.2391

#ea2385 color RGB value is (234,35,133).

#ea2385 hex color red value is 234, green value is 35 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ea2385 hue: 0.92 , saturation: 0.83 and the lightness value of ea2385 is 0.53.

The process color (four color CMYK) of #ea2385 color hex is 0.00, 0.85, 0.43, 0.08. Web safe color of #ea2385 is #ff3399. Color #ea2385 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100011 10000101
Octal 352 43 205
Decimal 234 35 133
Hex EA 23 85

RGB Percentages of Color #ea2385

%58.21
%8.71
%33.08

CMYK Percentages of Color #ea2385

%0
%85
%43
%8

Triadic Colors of #ea2385

#ea2385 #85ea23 #2385ea

Analogous Colors of #ea2385

#ea2385 #ea2523 #ea23e9

Monochromatic Colors of #ea2385

#ea2385

Complementary Color

#ea2385 #23ea88

#ea2385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea2385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea2385 Color CSS Codes

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

#ea2385 Text Font Color

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

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


#ea2385 Background Color

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

This div background color is #ea2385


#ea2385 Border Color

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

This div border color is #ea2385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea2385


Comments

No comments written yet.

Please login to write comment.