Color Hex Logo

#e68770 Color Hex

#E68770
(230,135,112)
0 Favorites   0 Comments

Color spaces of #e68770

RGB 230135112
HSL0.030.700.67
HSV12°51°90°
CMYK 0.000.410.51   0.10
XYZ44.221735.320819.8161
Yxy35.32080.44510.3555
Hunter Lab59.431328.813721.8329
CIE-Lab65.997733.999928.0354

#e68770 color RGB value is (230,135,112).

#e68770 hex color red value is 230, green value is 135 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #e68770 hue: 0.03 , saturation: 0.70 and the lightness value of e68770 is 0.67.

The process color (four color CMYK) of #e68770 color hex is 0.00, 0.41, 0.51, 0.10. Web safe color of #e68770 is #ff9966. Color #e68770 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000111 01110000
Octal 346 207 160
Decimal 230 135 112
Hex E6 87 70

RGB Percentages of Color #e68770

%48.22
%28.30
%23.48

CMYK Percentages of Color #e68770

%0
%41
%51
%10

Triadic Colors of #e68770

#e68770 #70e687 #8770e6

Analogous Colors of #e68770

#e68770 #e6c270 #e67094

Monochromatic Colors of #e68770

#e68770

Complementary Color

#e68770 #70cfe6

#e68770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68770 Color CSS Codes

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

#e68770 Text Font Color

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

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


#e68770 Background Color

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

This div background color is #e68770


#e68770 Border Color

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

This div border color is #e68770


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,135,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e68770; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e68770;
  -webkit-box-shadow: 1px 1px 3px 2px #e68770;
  box-shadow:         1px 1px 3px 2px #e68770; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,135,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68770


Comments

No comments written yet.

Please login to write comment.