Color Hex Logo

#eb6646 Color Hex

#EB6646
(235,102,70)
0 Favorites   0 Comments

Color spaces of #eb6646

RGB 23510270
HSL0.030.800.60
HSV12°70°92°
CMYK 0.000.570.70   0.08
XYZ40.117827.60719.0086
Yxy27.60710.52280.3598
Hunter Lab52.542544.341026.6142
CIE-Lab59.532149.492443.0788

#eb6646 color RGB value is (235,102,70).

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

The process color (four color CMYK) of #eb6646 color hex is 0.00, 0.57, 0.70, 0.08. Web safe color of #eb6646 is #ff6633. Color #eb6646 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100110 01000110
Octal 353 146 106
Decimal 235 102 70
Hex EB 66 46

RGB Percentages of Color #eb6646

%57.74
%25.06
%17.20

CMYK Percentages of Color #eb6646

%0
%57
%70
%8

Triadic Colors of #eb6646

#eb6646 #46eb66 #6646eb

Analogous Colors of #eb6646

#eb6646 #ebb946 #eb4679

Monochromatic Colors of #eb6646

#eb6646

Complementary Color

#eb6646 #46cbeb

#eb6646 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6646 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6646 Color CSS Codes

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

#eb6646 Text Font Color

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

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


#eb6646 Background Color

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

This div background color is #eb6646


#eb6646 Border Color

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

This div border color is #eb6646


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6646


Comments

No comments written yet.

Please login to write comment.