Color Hex Logo

#eb664e Color Hex

#EB664E
(235,102,78)
0 Favorites   0 Comments

Color spaces of #eb664e

RGB 23510278
HSL0.030.800.61
HSV67°92°
CMYK 0.000.570.67   0.08
XYZ40.387527.715010.4286
Yxy27.71500.51430.3529
Hunter Lab52.645044.810425.1066
CIE-Lab59.630449.907438.8907

#eb664e color RGB value is (235,102,78).

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

The process color (four color CMYK) of #eb664e color hex is 0.00, 0.57, 0.67, 0.08. Web safe color of #eb664e is #ff6666. Color #eb664e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100110 01001110
Octal 353 146 116
Decimal 235 102 78
Hex EB 66 4E

RGB Percentages of Color #eb664e

%56.63
%24.58
%18.80

CMYK Percentages of Color #eb664e

%0
%57
%67
%8

Triadic Colors of #eb664e

#eb664e #4eeb66 #664eeb

Analogous Colors of #eb664e

#eb664e #ebb54e #eb4e85

Monochromatic Colors of #eb664e

#eb664e

Complementary Color

#eb664e #4ed3eb

#eb664e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb664e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb664e Color CSS Codes

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

#eb664e Text Font Color

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

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


#eb664e Background Color

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

This div background color is #eb664e


#eb664e Border Color

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

This div border color is #eb664e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb664e


Comments

No comments written yet.

Please login to write comment.