Color Hex Logo

#eb57ce Color Hex

#EB57CE
(235,87,206)
0 Favorites   0 Comments

Color spaces of #eb57ce

RGB 23587206
HSL0.870.790.63
HSV312°63°92°
CMYK 0.000.630.12   0.08
XYZ48.809728.934861.4049
Yxy28.93480.35080.2079
Hunter Lab53.791167.8354-30.0284
CIE-Lab60.724069.6915-32.9556

#eb57ce color RGB value is (235,87,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010111 11001110
Octal 353 127 316
Decimal 235 87 206
Hex EB 57 CE

RGB Percentages of Color #eb57ce

%44.51
%16.48
%39.02

CMYK Percentages of Color #eb57ce

%0
%63
%12
%8

Triadic Colors of #eb57ce

#eb57ce #ceeb57 #57ceeb

Analogous Colors of #eb57ce

#eb57ce #eb5784 #be57eb

Monochromatic Colors of #eb57ce

#eb57ce

Complementary Color

#eb57ce #57eb74

#eb57ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb57ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb57ce Color CSS Codes

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

#eb57ce Text Font Color

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

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


#eb57ce Background Color

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

This div background color is #eb57ce


#eb57ce Border Color

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

This div border color is #eb57ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb57ce


Comments

No comments written yet.

Please login to write comment.