Color Hex Logo

#e6666d Color Hex

#E6666D
(230,102,109)
0 Favorites   0 Comments

Color spaces of #e6666d

RGB 230102109
HSL0.990.720.65
HSV357°56°90°
CMYK 0.000.560.53   0.10
XYZ40.144827.429917.6466
Yxy27.42990.47110.3219
Hunter Lab52.373645.168116.6845
CIE-Lab59.370250.274620.9057

#e6666d color RGB value is (230,102,109).

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

The process color (four color CMYK) of #e6666d color hex is 0.00, 0.56, 0.53, 0.10. Web safe color of #e6666d is #ff6666. Color #e6666d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100110 01101101
Octal 346 146 155
Decimal 230 102 109
Hex E6 66 6D

RGB Percentages of Color #e6666d

%52.15
%23.13
%24.72

CMYK Percentages of Color #e6666d

%0
%56
%53
%10

Triadic Colors of #e6666d

#e6666d #6de666 #666de6

Analogous Colors of #e6666d

#e6666d #e69f66 #e666ad

Monochromatic Colors of #e6666d

#e6666d

Complementary Color

#e6666d #66e6df

#e6666d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6666d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6666d Color CSS Codes

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

#e6666d Text Font Color

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

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


#e6666d Background Color

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

This div background color is #e6666d


#e6666d Border Color

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

This div border color is #e6666d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6666d


Comments

No comments written yet.

Please login to write comment.