Color Hex Logo

#ea6b68 Color Hex

#EA6B68
(234,107,104)
0 Favorites   0 Comments

Color spaces of #ea6b68

RGB 234107104
HSL0.000.760.66
HSV56°92°
CMYK 0.000.540.56   0.08
XYZ41.688129.007316.4985
Yxy29.00730.47810.3327
Hunter Lab53.858443.912319.5385
CIE-Lab60.788148.909925.7685

#ea6b68 color RGB value is (234,107,104).

#ea6b68 hex color red value is 234, green value is 107 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #ea6b68 hue: 0.00 , saturation: 0.76 and the lightness value of ea6b68 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101011 01101000
Octal 352 153 150
Decimal 234 107 104
Hex EA 6B 68

RGB Percentages of Color #ea6b68

%52.58
%24.04
%23.37

CMYK Percentages of Color #ea6b68

%0
%54
%56
%8

Triadic Colors of #ea6b68

#ea6b68 #68ea6b #6b68ea

Analogous Colors of #ea6b68

#ea6b68 #eaac68 #ea68a6

Monochromatic Colors of #ea6b68

#ea6b68

Complementary Color

#ea6b68 #68e7ea

#ea6b68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6b68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6b68 Color CSS Codes

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

#ea6b68 Text Font Color

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

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


#ea6b68 Background Color

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

This div background color is #ea6b68


#ea6b68 Border Color

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

This div border color is #ea6b68


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,107,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 #ea6b68">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6b68


Comments

No comments written yet.

Please login to write comment.