Color Hex Logo

#ea238d Color Hex

#EA238D
(234,35,141)
0 Favorites   0 Comments

Color spaces of #ea238d

RGB 23435141
HSL0.910.830.53
HSV328°85°92°
CMYK 0.000.850.40   0.08
XYZ39.340420.617627.1054
Yxy20.61760.45190.2368
Hunter Lab45.406675.1913-3.6084
CIE-Lab52.528477.2423-7.6614

#ea238d color RGB value is (234,35,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00100011 10001101
Octal 352 43 215
Decimal 234 35 141
Hex EA 23 8D

RGB Percentages of Color #ea238d

%57.07
%8.54
%34.39

CMYK Percentages of Color #ea238d

%0
%85
%40
%8

Triadic Colors of #ea238d

#ea238d #8dea23 #238dea

Analogous Colors of #ea238d

#ea238d #ea2329 #e423ea

Monochromatic Colors of #ea238d

#ea238d

Complementary Color

#ea238d #23ea80

#ea238d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea238d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea238d Color CSS Codes

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

#ea238d Text Font Color

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

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


#ea238d Background Color

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

This div background color is #ea238d


#ea238d Border Color

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

This div border color is #ea238d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea238d


Comments

No comments written yet.

Please login to write comment.