Color Hex Logo

#ea58cf Color Hex

#EA58CF
(234,88,207)
0 Favorites   0 Comments

Color spaces of #ea58cf

RGB 23488207
HSL0.860.780.63
HSV311°62°92°
CMYK 0.000.620.12   0.08
XYZ48.683928.976962.0587
Yxy28.97690.34840.2074
Hunter Lab53.830267.2321-30.6720
CIE-Lab60.761269.1869-33.4758

#ea58cf color RGB value is (234,88,207).

#ea58cf hex color red value is 234, green value is 88 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ea58cf hue: 0.86 , saturation: 0.78 and the lightness value of ea58cf is 0.63.

The process color (four color CMYK) of #ea58cf color hex is 0.00, 0.62, 0.12, 0.08. Web safe color of #ea58cf is #ff66cc. Color #ea58cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01011000 11001111
Octal 352 130 317
Decimal 234 88 207
Hex EA 58 CF

RGB Percentages of Color #ea58cf

%44.23
%16.64
%39.13

CMYK Percentages of Color #ea58cf

%0
%62
%12
%8

Triadic Colors of #ea58cf

#ea58cf #cfea58 #58cfea

Analogous Colors of #ea58cf

#ea58cf #ea5886 #bc58ea

Monochromatic Colors of #ea58cf

#ea58cf

Complementary Color

#ea58cf #58ea73

#ea58cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea58cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea58cf Color CSS Codes

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

#ea58cf Text Font Color

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

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


#ea58cf Background Color

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

This div background color is #ea58cf


#ea58cf Border Color

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

This div border color is #ea58cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea58cf


Comments

No comments written yet.

Please login to write comment.