Color Hex Logo

#e97ecc Color Hex

#E97ECC
(233,126,204)
0 Favorites   0 Comments

Color spaces of #e97ecc

RGB 233126204
HSL0.880.710.70
HSV316°46°91°
CMYK 0.000.460.12   0.09
XYZ51.964236.605061.4534
Yxy36.60500.34640.2440
Hunter Lab60.502147.4320-17.8708
CIE-Lab66.979651.1741-22.2136

#e97ecc color RGB value is (233,126,204).

#e97ecc hex color red value is 233, green value is 126 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e97ecc hue: 0.88 , saturation: 0.71 and the lightness value of e97ecc is 0.70.

The process color (four color CMYK) of #e97ecc color hex is 0.00, 0.46, 0.12, 0.09. Web safe color of #e97ecc is #ff66cc. Color #e97ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111110 11001100
Octal 351 176 314
Decimal 233 126 204
Hex E9 7E CC

RGB Percentages of Color #e97ecc

%41.39
%22.38
%36.23

CMYK Percentages of Color #e97ecc

%0
%46
%12
%9

Triadic Colors of #e97ecc

#e97ecc #cce97e #7ecce9

Analogous Colors of #e97ecc

#e97ecc #e97e97 #d17ee9

Monochromatic Colors of #e97ecc

#e97ecc

Complementary Color

#e97ecc #7ee99b

#e97ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97ecc Color CSS Codes

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

#e97ecc Text Font Color

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

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


#e97ecc Background Color

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

This div background color is #e97ecc


#e97ecc Border Color

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

This div border color is #e97ecc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,126,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e97ecc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e97ecc;
  -webkit-box-shadow: 1px 1px 3px 2px #e97ecc;
  box-shadow:         1px 1px 3px 2px #e97ecc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,126,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97ecc


Comments

No comments written yet.

Please login to write comment.