Color Hex Logo

#eb3aca Color Hex

#EB3ACA
(235,58,202)
0 Favorites   0 Comments

Color spaces of #eb3aca

RGB 23558202
HSL0.860.820.57
HSV311°75°92°
CMYK 0.000.750.14   0.08
XYZ46.434724.952558.2461
Yxy24.95250.35820.1925
Hunter Lab49.952578.5128-34.1672
CIE-Lab57.029179.0155-36.4427

#eb3aca color RGB value is (235,58,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111010 11001010
Octal 353 72 312
Decimal 235 58 202
Hex EB 3A CA

RGB Percentages of Color #eb3aca

%47.47
%11.72
%40.81

CMYK Percentages of Color #eb3aca

%0
%75
%14
%8

Triadic Colors of #eb3aca

#eb3aca #caeb3a #3acaeb

Analogous Colors of #eb3aca

#eb3aca #eb3a72 #b43aeb

Monochromatic Colors of #eb3aca

#eb3aca

Complementary Color

#eb3aca #3aeb5b

#eb3aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3aca Color CSS Codes

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

#eb3aca Text Font Color

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

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


#eb3aca Background Color

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

This div background color is #eb3aca


#eb3aca Border Color

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

This div border color is #eb3aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3aca


Comments

No comments written yet.

Please login to write comment.