Color Hex Logo

#eb0ace Color Hex

#EB0ACE
(235,10,206)
0 Favorites   0 Comments

Color spaces of #eb0ace

RGB 23510206
HSL0.850.920.48
HSV308°96°92°
CMYK 0.000.960.12   0.08
XYZ45.510122.335560.3051
Yxy22.33550.35510.1743
Hunter Lab47.260489.1832-42.5727
CIE-Lab54.381287.7977-42.8991

#eb0ace color RGB value is (235,10,206).

#eb0ace hex color red value is 235, green value is 10 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #eb0ace hue: 0.85 , saturation: 0.92 and the lightness value of eb0ace is 0.48.

The process color (four color CMYK) of #eb0ace color hex is 0.00, 0.96, 0.12, 0.08. Web safe color of #eb0ace is #ff00cc. Color #eb0ace contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001010 11001110
Octal 353 12 316
Decimal 235 10 206
Hex EB A CE

RGB Percentages of Color #eb0ace

%52.11
%2.22
%45.68

CMYK Percentages of Color #eb0ace

%0
%96
%12
%8

Triadic Colors of #eb0ace

#eb0ace #ceeb0a #0aceeb

Analogous Colors of #eb0ace

#eb0ace #eb0a5e #980aeb

Monochromatic Colors of #eb0ace

#eb0ace

Complementary Color

#eb0ace #0aeb27

#eb0ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb0ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb0ace Color CSS Codes

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

#eb0ace Text Font Color

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

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


#eb0ace Background Color

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

This div background color is #eb0ace


#eb0ace Border Color

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

This div border color is #eb0ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb0ace


Comments

No comments written yet.

Please login to write comment.