Color Hex Logo

#ea60bf Color Hex

#EA60BF
(234,96,191)
0 Favorites   0 Comments

Color spaces of #ea60bf

RGB 23496191
HSL0.890.770.65
HSV319°59°92°
CMYK 0.000.590.18   0.08
XYZ47.518529.619852.5029
Yxy29.61980.36650.2285
Hunter Lab54.424160.6090-19.1002
CIE-Lab61.324863.5399-23.5145

#ea60bf color RGB value is (234,96,191).

#ea60bf hex color red value is 234, green value is 96 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #ea60bf hue: 0.89 , saturation: 0.77 and the lightness value of ea60bf is 0.65.

The process color (four color CMYK) of #ea60bf color hex is 0.00, 0.59, 0.18, 0.08. Web safe color of #ea60bf is #ff66cc. Color #ea60bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100000 10111111
Octal 352 140 277
Decimal 234 96 191
Hex EA 60 BF

RGB Percentages of Color #ea60bf

%44.91
%18.43
%36.66

CMYK Percentages of Color #ea60bf

%0
%59
%18
%8

Triadic Colors of #ea60bf

#ea60bf #bfea60 #60bfea

Analogous Colors of #ea60bf

#ea60bf #ea607a #d060ea

Monochromatic Colors of #ea60bf

#ea60bf

Complementary Color

#ea60bf #60ea8b

#ea60bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea60bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea60bf Color CSS Codes

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

#ea60bf Text Font Color

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

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


#ea60bf Background Color

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

This div background color is #ea60bf


#ea60bf Border Color

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

This div border color is #ea60bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea60bf


Comments

No comments written yet.

Please login to write comment.