Color Hex Logo

#e66c93 Color Hex

#E66C93
(230,108,147)
0 Favorites   0 Comments

Color spaces of #e66c93

RGB 230108147
HSL0.950.710.66
HSV341°53°90°
CMYK 0.000.530.36   0.10
XYZ43.262129.654731.0475
Yxy29.65470.41610.2852
Hunter Lab54.456146.50924.3158
CIE-Lab61.355151.18781.7316

#e66c93 color RGB value is (230,108,147).

#e66c93 hex color red value is 230, green value is 108 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #e66c93 hue: 0.95 , saturation: 0.71 and the lightness value of e66c93 is 0.66.

The process color (four color CMYK) of #e66c93 color hex is 0.00, 0.53, 0.36, 0.10. Web safe color of #e66c93 is #ff6699. Color #e66c93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 01101100 10010011
Octal 346 154 223
Decimal 230 108 147
Hex E6 6C 93

RGB Percentages of Color #e66c93

%47.42
%22.27
%30.31

CMYK Percentages of Color #e66c93

%0
%53
%36
%10

Triadic Colors of #e66c93

#e66c93 #93e66c #6c93e6

Analogous Colors of #e66c93

#e66c93 #e6826c #e66cd0

Monochromatic Colors of #e66c93

#e66c93

Complementary Color

#e66c93 #6ce6bf

#e66c93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e66c93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e66c93 Color CSS Codes

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

#e66c93 Text Font Color

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

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


#e66c93 Background Color

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

This div background color is #e66c93


#e66c93 Border Color

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

This div border color is #e66c93


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e66c93


Comments

No comments written yet.

Please login to write comment.