Color Hex Logo

#ea307c Color Hex

#EA307C
(234,48,124)
0 Favorites   0 Comments

Color spaces of #ea307c

RGB 23448124
HSL0.930.820.55
HSV335°79°92°
CMYK 0.000.790.47   0.08
XYZ38.626721.061621.0982
Yxy21.06160.47810.2607
Hunter Lab45.892969.92554.8678
CIE-Lab53.016872.86993.2612

#ea307c color RGB value is (234,48,124).

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

The process color (four color CMYK) of #ea307c color hex is 0.00, 0.79, 0.47, 0.08. Web safe color of #ea307c is #ff3366. Color #ea307c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110000 01111100
Octal 352 60 174
Decimal 234 48 124
Hex EA 30 7C

RGB Percentages of Color #ea307c

%57.64
%11.82
%30.54

CMYK Percentages of Color #ea307c

%0
%79
%47
%8

Triadic Colors of #ea307c

#ea307c #7cea30 #307cea

Analogous Colors of #ea307c

#ea307c #ea4130 #ea30d9

Monochromatic Colors of #ea307c

#ea307c

Complementary Color

#ea307c #30ea9e

#ea307c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea307c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea307c Color CSS Codes

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

#ea307c Text Font Color

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

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


#ea307c Background Color

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

This div background color is #ea307c


#ea307c Border Color

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

This div border color is #ea307c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea307c


Comments

No comments written yet.

Please login to write comment.