Color Hex Logo

#eb57ea Color Hex

#EB57EA
(235,87,234)
0 Favorites   0 Comments

Color spaces of #eb57ea

RGB 23587234
HSL0.830.790.63
HSV300°63°92°
CMYK 0.000.630.00   0.08
XYZ52.520430.419180.9452
Yxy30.41910.32050.1856
Hunter Lab55.153573.4595-48.4086
CIE-Lab62.014274.0305-46.6715

#eb57ea color RGB value is (235,87,234).

#eb57ea hex color red value is 235, green value is 87 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #eb57ea hue: 0.83 , saturation: 0.79 and the lightness value of eb57ea is 0.63.

The process color (four color CMYK) of #eb57ea color hex is 0.00, 0.63, 0.00, 0.08. Web safe color of #eb57ea is #ff66ff. Color #eb57ea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010111 11101010
Octal 353 127 352
Decimal 235 87 234
Hex EB 57 EA

RGB Percentages of Color #eb57ea

%42.27
%15.65
%42.09

CMYK Percentages of Color #eb57ea

%0
%63
%0
%8

Triadic Colors of #eb57ea

#eb57ea #eaeb57 #57eaeb

Analogous Colors of #eb57ea

#eb57ea #eb57a0 #a257eb

Monochromatic Colors of #eb57ea

#eb57ea

Complementary Color

#eb57ea #57eb58

#eb57ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb57ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb57ea Color CSS Codes

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

#eb57ea Text Font Color

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

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


#eb57ea Background Color

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

This div background color is #eb57ea


#eb57ea Border Color

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

This div border color is #eb57ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb57ea


Comments

No comments written yet.

Please login to write comment.