Color Hex Logo

#e68779 Color Hex

#E68779
(230,135,121)
0 Favorites   0 Comments

Color spaces of #e68779

RGB 230135121
HSL0.020.690.69
HSV47°90°
CMYK 0.000.410.47   0.10
XYZ44.748335.531422.5889
Yxy35.53140.43500.3454
Hunter Lab59.608229.686819.2574
CIE-Lab66.160334.830723.2585

#e68779 color RGB value is (230,135,121).

#e68779 hex color red value is 230, green value is 135 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #e68779 hue: 0.02 , saturation: 0.69 and the lightness value of e68779 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 10000111 01111001
Octal 346 207 171
Decimal 230 135 121
Hex E6 87 79

RGB Percentages of Color #e68779

%47.33
%27.78
%24.90

CMYK Percentages of Color #e68779

%0
%41
%47
%10

Triadic Colors of #e68779

#e68779 #79e687 #8779e6

Analogous Colors of #e68779

#e68779 #e6be79 #e679a2

Monochromatic Colors of #e68779

#e68779

Complementary Color

#e68779 #79d8e6

#e68779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e68779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e68779 Color CSS Codes

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

#e68779 Text Font Color

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

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


#e68779 Background Color

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

This div background color is #e68779


#e68779 Border Color

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

This div border color is #e68779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e68779

#e68779 Color Palettes


Comments

No comments written yet.

Please login to write comment.