Color Hex Logo

#eb0acd Color Hex

#EB0ACD
(235,10,205)
0 Favorites   0 Comments

Color spaces of #eb0acd

RGB 23510205
HSL0.860.920.48
HSV308°96°92°
CMYK 0.000.960.13   0.08
XYZ45.388922.287059.6672
Yxy22.28700.35640.1750
Hunter Lab47.209189.0018-41.8898
CIE-Lab54.330287.6699-42.4058

#eb0acd color RGB value is (235,10,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001010 11001101
Octal 353 12 315
Decimal 235 10 205
Hex EB A CD

RGB Percentages of Color #eb0acd

%52.22
%2.22
%45.56

CMYK Percentages of Color #eb0acd

%0
%96
%13
%8

Triadic Colors of #eb0acd

#eb0acd #cdeb0a #0acdeb

Analogous Colors of #eb0acd

#eb0acd #eb0a5c #990aeb

Monochromatic Colors of #eb0acd

#eb0acd

Complementary Color

#eb0acd #0aeb28

#eb0acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb0acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb0acd Color CSS Codes

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

#eb0acd Text Font Color

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

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


#eb0acd Background Color

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

This div background color is #eb0acd


#eb0acd Border Color

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

This div border color is #eb0acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb0acd


Comments

No comments written yet.

Please login to write comment.