Color Hex Logo

#ea309d Color Hex

#EA309D
(234,48,157)
0 Favorites   0 Comments

Color spaces of #ea309d

RGB 23448157
HSL0.900.820.55
HSV325°79°92°
CMYK 0.000.790.33   0.08
XYZ41.074422.040733.9877
Yxy22.04070.42300.2270
Hunter Lab46.947574.0115-10.0598
CIE-Lab54.070275.9930-14.8594

#ea309d color RGB value is (234,48,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110000 10011101
Octal 352 60 235
Decimal 234 48 157
Hex EA 30 9D

RGB Percentages of Color #ea309d

%53.30
%10.93
%35.76

CMYK Percentages of Color #ea309d

%0
%79
%33
%8

Triadic Colors of #ea309d

#ea309d #9dea30 #309dea

Analogous Colors of #ea309d

#ea309d #ea3040 #da30ea

Monochromatic Colors of #ea309d

#ea309d

Complementary Color

#ea309d #30ea7d

#ea309d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea309d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea309d Color CSS Codes

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

#ea309d Text Font Color

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

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


#ea309d Background Color

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

This div background color is #ea309d


#ea309d Border Color

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

This div border color is #ea309d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea309d


Comments

No comments written yet.

Please login to write comment.