Color Hex Logo

#ea308d Color Hex

#EA308D
(234,48,141)
0 Favorites   0 Comments

Color spaces of #ea308d

RGB 23448141
HSL0.920.820.55
HSV330°79°92°
CMYK 0.000.790.40   0.08
XYZ39.796421.529427.2574
Yxy21.52940.44930.2430
Hunter Lab46.399871.8972-2.3499
CIE-Lab53.524174.3848-6.1795

#ea308d color RGB value is (234,48,141).

#ea308d hex color red value is 234, green value is 48 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ea308d hue: 0.92 , saturation: 0.82 and the lightness value of ea308d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110000 10001101
Octal 352 60 215
Decimal 234 48 141
Hex EA 30 8D

RGB Percentages of Color #ea308d

%55.32
%11.35
%33.33

CMYK Percentages of Color #ea308d

%0
%79
%40
%8

Triadic Colors of #ea308d

#ea308d #8dea30 #308dea

Analogous Colors of #ea308d

#ea308d #ea3030 #ea30ea

Monochromatic Colors of #ea308d

#ea308d

Complementary Color

#ea308d #30ea8d

#ea308d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea308d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea308d Color CSS Codes

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

#ea308d Text Font Color

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

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


#ea308d Background Color

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

This div background color is #ea308d


#ea308d Border Color

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

This div border color is #ea308d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,48,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 #ea308d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea308d


Comments

No comments written yet.

Please login to write comment.