Color Hex Logo

#ea60bd Color Hex

#EA60BD
(234,96,189)
0 Favorites   0 Comments

Color spaces of #ea60bd

RGB 23496189
HSL0.890.770.65
HSV320°59°92°
CMYK 0.000.590.19   0.08
XYZ47.299929.532351.3514
Yxy29.53230.36900.2304
Hunter Lab54.343660.2624-17.9849
CIE-Lab61.248663.2589-22.4909

#ea60bd color RGB value is (234,96,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100000 10111101
Octal 352 140 275
Decimal 234 96 189
Hex EA 60 BD

RGB Percentages of Color #ea60bd

%45.09
%18.50
%36.42

CMYK Percentages of Color #ea60bd

%0
%59
%19
%8

Triadic Colors of #ea60bd

#ea60bd #bdea60 #60bdea

Analogous Colors of #ea60bd

#ea60bd #ea6078 #d260ea

Monochromatic Colors of #ea60bd

#ea60bd

Complementary Color

#ea60bd #60ea8d

#ea60bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea60bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea60bd Color CSS Codes

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

#ea60bd Text Font Color

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

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


#ea60bd Background Color

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

This div background color is #ea60bd


#ea60bd Border Color

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

This div border color is #ea60bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea60bd


Comments

No comments written yet.

Please login to write comment.