Color Hex Logo

#eb7acc Color Hex

#EB7ACC
(235,122,204)
0 Favorites   0 Comments

Color spaces of #eb7acc

RGB 235122204
HSL0.880.740.70
HSV316°48°92°
CMYK 0.000.480.13   0.08
XYZ52.119635.940961.3170
Yxy35.94090.34890.2406
Hunter Lab59.950750.2695-18.6757
CIE-Lab66.474753.7575-22.9617

#eb7acc color RGB value is (235,122,204).

#eb7acc hex color red value is 235, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eb7acc hue: 0.88 , saturation: 0.74 and the lightness value of eb7acc is 0.70.

The process color (four color CMYK) of #eb7acc color hex is 0.00, 0.48, 0.13, 0.08. Web safe color of #eb7acc is #ff66cc. Color #eb7acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111010 11001100
Octal 353 172 314
Decimal 235 122 204
Hex EB 7A CC

RGB Percentages of Color #eb7acc

%41.89
%21.75
%36.36

CMYK Percentages of Color #eb7acc

%0
%48
%13
%8

Triadic Colors of #eb7acc

#eb7acc #cceb7a #7acceb

Analogous Colors of #eb7acc

#eb7acc #eb7a94 #d27aeb

Monochromatic Colors of #eb7acc

#eb7acc

Complementary Color

#eb7acc #7aeb99

#eb7acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7acc Color CSS Codes

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

#eb7acc Text Font Color

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

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


#eb7acc Background Color

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

This div background color is #eb7acc


#eb7acc Border Color

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

This div border color is #eb7acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7acc


Comments

No comments written yet.

Please login to write comment.