Color Hex Logo

#ea528f Color Hex

#EA528F
(234,82,143)
0 Favorites   0 Comments

Color spaces of #ea528f

RGB 23482143
HSL0.930.780.62
HSV336°65°92°
CMYK 0.000.650.39   0.08
XYZ41.906925.510228.7018
Yxy25.51020.43600.2654
Hunter Lab50.507659.71571.6628
CIE-Lab57.569263.4479-1.3935

#ea528f color RGB value is (234,82,143).

#ea528f hex color red value is 234, green value is 82 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ea528f hue: 0.93 , saturation: 0.78 and the lightness value of ea528f is 0.62.

The process color (four color CMYK) of #ea528f color hex is 0.00, 0.65, 0.39, 0.08. Web safe color of #ea528f is #ff6699. Color #ea528f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01010010 10001111
Octal 352 122 217
Decimal 234 82 143
Hex EA 52 8F

RGB Percentages of Color #ea528f

%50.98
%17.86
%31.15

CMYK Percentages of Color #ea528f

%0
%65
%39
%8

Triadic Colors of #ea528f

#ea528f #8fea52 #528fea

Analogous Colors of #ea528f

#ea528f #ea6152 #ea52db

Monochromatic Colors of #ea528f

#ea528f

Complementary Color

#ea528f #52eaad

#ea528f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea528f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea528f Color CSS Codes

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

#ea528f Text Font Color

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

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


#ea528f Background Color

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

This div background color is #ea528f


#ea528f Border Color

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

This div border color is #ea528f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea528f


Comments

No comments written yet.

Please login to write comment.