Color Hex Logo

#eb6768 Color Hex

#EB6768
(235,103,104)
0 Favorites   0 Comments

Color spaces of #eb6768

RGB 235103104
HSL1.000.770.66
HSV360°56°92°
CMYK 0.000.560.56   0.08
XYZ41.609928.362116.3781
Yxy28.36210.48190.3285
Hunter Lab53.256146.267019.0455
CIE-Lab60.214551.144625.0395

#eb6768 color RGB value is (235,103,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100111 01101000
Octal 353 147 150
Decimal 235 103 104
Hex EB 67 68

RGB Percentages of Color #eb6768

%53.17
%23.30
%23.53

CMYK Percentages of Color #eb6768

%0
%56
%56
%8

Triadic Colors of #eb6768

#eb6768 #68eb67 #6768eb

Analogous Colors of #eb6768

#eb6768 #eba867 #eb67aa

Monochromatic Colors of #eb6768

#eb6768

Complementary Color

#eb6768 #67ebea

#eb6768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6768 Color CSS Codes

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

#eb6768 Text Font Color

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

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


#eb6768 Background Color

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

This div background color is #eb6768


#eb6768 Border Color

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

This div border color is #eb6768


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6768


Comments

No comments written yet.

Please login to write comment.