Color Hex Logo

#eb4acd Color Hex

#EB4ACD
(235,74,205)
0 Favorites   0 Comments

Color spaces of #eb4acd

RGB 23574205
HSL0.860.800.61
HSV311°69°92°
CMYK 0.000.690.13   0.08
XYZ47.729226.967560.4472
Yxy26.96750.35320.1995
Hunter Lab51.930273.1818-32.6628
CIE-Lab58.944274.3865-35.1607

#eb4acd color RGB value is (235,74,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001010 11001101
Octal 353 112 315
Decimal 235 74 205
Hex EB 4A CD

RGB Percentages of Color #eb4acd

%45.72
%14.40
%39.88

CMYK Percentages of Color #eb4acd

%0
%69
%13
%8

Triadic Colors of #eb4acd

#eb4acd #cdeb4a #4acdeb

Analogous Colors of #eb4acd

#eb4acd #eb4a7d #b94aeb

Monochromatic Colors of #eb4acd

#eb4acd

Complementary Color

#eb4acd #4aeb68

#eb4acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4acd Color CSS Codes

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

#eb4acd Text Font Color

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

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


#eb4acd Background Color

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

This div background color is #eb4acd


#eb4acd Border Color

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

This div border color is #eb4acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4acd


Comments

No comments written yet.

Please login to write comment.