Color Hex Logo

#eb668f Color Hex

#EB668F
(235,102,143)
0 Favorites   0 Comments

Color spaces of #eb668f

RGB 235102143
HSL0.950.770.66
HSV342°57°92°
CMYK 0.000.570.39   0.08
XYZ43.970229.148129.2953
Yxy29.14810.42930.2846
Hunter Lab53.989050.89495.6206
CIE-Lab60.912155.18453.4923

#eb668f color RGB value is (235,102,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100110 10001111
Octal 353 146 217
Decimal 235 102 143
Hex EB 66 8F

RGB Percentages of Color #eb668f

%48.96
%21.25
%29.79

CMYK Percentages of Color #eb668f

%0
%57
%39
%8

Triadic Colors of #eb668f

#eb668f #8feb66 #668feb

Analogous Colors of #eb668f

#eb668f #eb8066 #eb66d2

Monochromatic Colors of #eb668f

#eb668f

Complementary Color

#eb668f #66ebc2

#eb668f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb668f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb668f Color CSS Codes

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

#eb668f Text Font Color

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

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


#eb668f Background Color

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

This div background color is #eb668f


#eb668f Border Color

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

This div border color is #eb668f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb668f


Comments

No comments written yet.

Please login to write comment.