Color Hex Logo

#e66779 Color Hex

#E66779
(230,103,121)
0 Favorites   0 Comments

Color spaces of #e66779

RGB 230103121
HSL0.980.720.65
HSV351°55°90°
CMYK 0.000.550.47   0.10
XYZ40.934627.904021.3177
Yxy27.90400.45400.3095
Hunter Lab52.824245.880913.0499
CIE-Lab59.801950.857814.5597

#e66779 color RGB value is (230,103,121).

#e66779 hex color red value is 230, green value is 103 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #e66779 hue: 0.98 , saturation: 0.72 and the lightness value of e66779 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100111 01111001
Octal 346 147 171
Decimal 230 103 121
Hex E6 67 79

RGB Percentages of Color #e66779

%50.66
%22.69
%26.65

CMYK Percentages of Color #e66779

%0
%55
%47
%10

Triadic Colors of #e66779

#e66779 #79e667 #6779e6

Analogous Colors of #e66779

#e66779 #e69567 #e667b9

Monochromatic Colors of #e66779

#e66779

Complementary Color

#e66779 #67e6d4

#e66779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66779 Color CSS Codes

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

#e66779 Text Font Color

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

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


#e66779 Background Color

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

This div background color is #e66779


#e66779 Border Color

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

This div border color is #e66779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66779


Comments

No comments written yet.

Please login to write comment.