Color Hex Logo

#eb668a Color Hex

#EB668A
(235,102,138)
0 Favorites   0 Comments

Color spaces of #eb668a

RGB 235102138
HSL0.950.770.66
HSV344°57°92°
CMYK 0.000.570.41   0.08
XYZ43.599828.999927.3443
Yxy28.99990.43620.2902
Hunter Lab53.851650.27867.5903
CIE-Lab60.781554.65846.1995

#eb668a color RGB value is (235,102,138).

#eb668a hex color red value is 235, green value is 102 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #eb668a hue: 0.95 , saturation: 0.77 and the lightness value of eb668a is 0.66.

The process color (four color CMYK) of #eb668a color hex is 0.00, 0.57, 0.41, 0.08. Web safe color of #eb668a is #ff6699. Color #eb668a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100110 10001010
Octal 353 146 212
Decimal 235 102 138
Hex EB 66 8A

RGB Percentages of Color #eb668a

%49.47
%21.47
%29.05

CMYK Percentages of Color #eb668a

%0
%57
%41
%8

Triadic Colors of #eb668a

#eb668a #8aeb66 #668aeb

Analogous Colors of #eb668a

#eb668a #eb8566 #eb66cd

Monochromatic Colors of #eb668a

#eb668a

Complementary Color

#eb668a #66ebc7

#eb668a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb668a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb668a Color CSS Codes

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

#eb668a Text Font Color

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

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


#eb668a Background Color

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

This div background color is #eb668a


#eb668a Border Color

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

This div border color is #eb668a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb668a


Comments

No comments written yet.

Please login to write comment.