Color Hex Logo

#e6668e Color Hex

#E6668E
(230,102,142)
0 Favorites   0 Comments

Color spaces of #e6668e

RGB 230102142
HSL0.950.720.65
HSV341°56°90°
CMYK 0.000.560.38   0.10
XYZ42.267028.278728.8218
Yxy28.27870.42540.2846
Hunter Lab53.177748.81535.0898
CIE-Lab60.139753.45502.8600

#e6668e color RGB value is (230,102,142).

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

The process color (four color CMYK) of #e6668e color hex is 0.00, 0.56, 0.38, 0.10. Web safe color of #e6668e is #ff6699. Color #e6668e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01100110 10001110
Octal 346 146 216
Decimal 230 102 142
Hex E6 66 8E

RGB Percentages of Color #e6668e

%48.52
%21.52
%29.96

CMYK Percentages of Color #e6668e

%0
%56
%38
%10

Triadic Colors of #e6668e

#e6668e #8ee666 #668ee6

Analogous Colors of #e6668e

#e6668e #e67e66 #e666ce

Monochromatic Colors of #e6668e

#e6668e

Complementary Color

#e6668e #66e6be

#e6668e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e6668e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e6668e Color CSS Codes

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

#e6668e Text Font Color

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

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


#e6668e Background Color

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

This div background color is #e6668e


#e6668e Border Color

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

This div border color is #e6668e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e6668e


Comments

No comments written yet.

Please login to write comment.