Color Hex Logo

#eb7aee Color Hex

#EB7AEE
(235,122,238)
0 Favorites   0 Comments

Color spaces of #eb7aee

RGB 235122238
HSL0.830.770.71
HSV298°49°93°
CMYK 0.010.490.00   0.07
XYZ56.653137.754385.1903
Yxy37.75430.31540.2102
Hunter Lab61.444557.0527-39.1920
CIE-Lab67.839159.4141-39.7419

#eb7aee color RGB value is (235,122,238).

#eb7aee hex color red value is 235, green value is 122 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #eb7aee hue: 0.83 , saturation: 0.77 and the lightness value of eb7aee is 0.71.

The process color (four color CMYK) of #eb7aee color hex is 0.01, 0.49, 0.00, 0.07. Web safe color of #eb7aee is #ff66ff. Color #eb7aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01111010 11101110
Octal 353 172 356
Decimal 235 122 238
Hex EB 7A EE

RGB Percentages of Color #eb7aee

%39.50
%20.50
%40.00

CMYK Percentages of Color #eb7aee

%1
%49
%0
%7

Triadic Colors of #eb7aee

#eb7aee #eeeb7a #7aeeeb

Analogous Colors of #eb7aee

#eb7aee #ee7ab7 #b17aee

Monochromatic Colors of #eb7aee

#eb7aee

Complementary Color

#eb7aee #7dee7a

#eb7aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7aee Color CSS Codes

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

#eb7aee Text Font Color

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

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


#eb7aee Background Color

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

This div background color is #eb7aee


#eb7aee Border Color

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

This div border color is #eb7aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7aee


Comments

No comments written yet.

Please login to write comment.