Color Hex Logo

#e66279 Color Hex

#E66279
(230,98,121)
0 Favorites   0 Comments

Color spaces of #e66279

RGB 23098121
HSL0.970.730.64
HSV350°57°90°
CMYK 0.000.570.47   0.10
XYZ40.452026.938821.1568
Yxy26.93880.45680.3042
Hunter Lab51.902648.290312.1637
CIE-Lab58.917653.179613.3280

#e66279 color RGB value is (230,98,121).

#e66279 hex color red value is 230, green value is 98 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #e66279 hue: 0.97 , saturation: 0.73 and the lightness value of e66279 is 0.64.

The process color (four color CMYK) of #e66279 color hex is 0.00, 0.57, 0.47, 0.10. Web safe color of #e66279 is #ff6666. Color #e66279 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100010 01111001
Octal 346 142 171
Decimal 230 98 121
Hex E6 62 79

RGB Percentages of Color #e66279

%51.22
%21.83
%26.95

CMYK Percentages of Color #e66279

%0
%57
%47
%10

Triadic Colors of #e66279

#e66279 #79e662 #6279e6

Analogous Colors of #e66279

#e66279 #e68d62 #e662bb

Monochromatic Colors of #e66279

#e66279

Complementary Color

#e66279 #62e6cf

#e66279 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66279 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66279 Color CSS Codes

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

#e66279 Text Font Color

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

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


#e66279 Background Color

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

This div background color is #e66279


#e66279 Border Color

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

This div border color is #e66279


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66279


Comments

No comments written yet.

Please login to write comment.