Color Hex Logo

#eb3acd Color Hex

#EB3ACD
(235,58,205)
0 Favorites   0 Comments

Color spaces of #eb3acd

RGB 23558205
HSL0.860.820.57
HSV310°75°92°
CMYK 0.000.750.13   0.08
XYZ46.793525.096160.1353
Yxy25.09610.35440.1901
Hunter Lab50.096079.0646-36.1046
CIE-Lab57.168979.4244-37.9383

#eb3acd color RGB value is (235,58,205).

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

The process color (four color CMYK) of #eb3acd color hex is 0.00, 0.75, 0.13, 0.08. Web safe color of #eb3acd is #ff33cc. Color #eb3acd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111010 11001101
Octal 353 72 315
Decimal 235 58 205
Hex EB 3A CD

RGB Percentages of Color #eb3acd

%47.19
%11.65
%41.16

CMYK Percentages of Color #eb3acd

%0
%75
%13
%8

Triadic Colors of #eb3acd

#eb3acd #cdeb3a #3acdeb

Analogous Colors of #eb3acd

#eb3acd #eb3a75 #b13aeb

Monochromatic Colors of #eb3acd

#eb3acd

Complementary Color

#eb3acd #3aeb58

#eb3acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3acd Color CSS Codes

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

#eb3acd Text Font Color

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

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


#eb3acd Background Color

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

This div background color is #eb3acd


#eb3acd Border Color

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

This div border color is #eb3acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3acd


Comments

No comments written yet.

Please login to write comment.