Color Hex Logo

#ea15bd Color Hex

#EA15BD
(234,21,189)
0 Favorites   0 Comments

Color spaces of #ea15bd

RGB 23421189
HSL0.870.840.50
HSV313°91°92°
CMYK 0.000.910.19   0.08
XYZ43.385221.702950.0465
Yxy21.70290.37680.1885
Hunter Lab46.586484.7083-31.0832
CIE-Lab53.710384.5040-34.1578

#ea15bd color RGB value is (234,21,189).

#ea15bd hex color red value is 234, green value is 21 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ea15bd hue: 0.87 , saturation: 0.84 and the lightness value of ea15bd is 0.50.

The process color (four color CMYK) of #ea15bd color hex is 0.00, 0.91, 0.19, 0.08. Web safe color of #ea15bd is #ff00cc. Color #ea15bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00010101 10111101
Octal 352 25 275
Decimal 234 21 189
Hex EA 15 BD

RGB Percentages of Color #ea15bd

%52.70
%4.73
%42.57

CMYK Percentages of Color #ea15bd

%0
%91
%19
%8

Triadic Colors of #ea15bd

#ea15bd #bdea15 #15bdea

Analogous Colors of #ea15bd

#ea15bd #ea1552 #ad15ea

Monochromatic Colors of #ea15bd

#ea15bd

Complementary Color

#ea15bd #15ea42

#ea15bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea15bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea15bd Color CSS Codes

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

#ea15bd Text Font Color

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

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


#ea15bd Background Color

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

This div background color is #ea15bd


#ea15bd Border Color

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

This div border color is #ea15bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,21,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 #ea15bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea15bd


Comments

No comments written yet.

Please login to write comment.