Color Hex Logo

#eb52ba Color Hex

#EB52BA
(235,82,186)
0 Favorites   0 Comments

Color spaces of #eb52ba

RGB 23582186
HSL0.890.790.62
HSV319°65°92°
CMYK 0.000.650.21   0.08
XYZ46.141227.241949.2807
Yxy27.24190.37620.2221
Hunter Lab52.193866.4614-19.4452
CIE-Lab59.197668.8372-23.9058

#eb52ba color RGB value is (235,82,186).

#eb52ba hex color red value is 235, green value is 82 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eb52ba hue: 0.89 , saturation: 0.79 and the lightness value of eb52ba is 0.62.

The process color (four color CMYK) of #eb52ba color hex is 0.00, 0.65, 0.21, 0.08. Web safe color of #eb52ba is #ff66cc. Color #eb52ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010010 10111010
Octal 353 122 272
Decimal 235 82 186
Hex EB 52 BA

RGB Percentages of Color #eb52ba

%46.72
%16.30
%36.98

CMYK Percentages of Color #eb52ba

%0
%65
%21
%8

Triadic Colors of #eb52ba

#eb52ba #baeb52 #52baeb

Analogous Colors of #eb52ba

#eb52ba #eb526e #d052eb

Monochromatic Colors of #eb52ba

#eb52ba

Complementary Color

#eb52ba #52eb83

#eb52ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb52ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb52ba Color CSS Codes

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

#eb52ba Text Font Color

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

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


#eb52ba Background Color

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

This div background color is #eb52ba


#eb52ba Border Color

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

This div border color is #eb52ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb52ba


Comments

No comments written yet.

Please login to write comment.