Color Hex Logo

#e97fce Color Hex

#E97FCE
(233,127,206)
0 Favorites   0 Comments

Color spaces of #e97fce

RGB 233127206
HSL0.880.710.71
HSV315°45°91°
CMYK 0.000.450.12   0.09
XYZ52.334236.958662.7679
Yxy36.95860.34420.2431
Hunter Lab60.793647.2731-18.6600
CIE-Lab67.246050.9942-22.9245

#e97fce color RGB value is (233,127,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111111 11001110
Octal 351 177 316
Decimal 233 127 206
Hex E9 7F CE

RGB Percentages of Color #e97fce

%41.17
%22.44
%36.40

CMYK Percentages of Color #e97fce

%0
%45
%12
%9

Triadic Colors of #e97fce

#e97fce #cee97f #7fcee9

Analogous Colors of #e97fce

#e97fce #e97f99 #cf7fe9

Monochromatic Colors of #e97fce

#e97fce

Complementary Color

#e97fce #7fe99a

#e97fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97fce Color CSS Codes

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

#e97fce Text Font Color

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

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


#e97fce Background Color

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

This div background color is #e97fce


#e97fce Border Color

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

This div border color is #e97fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97fce


Comments

No comments written yet.

Please login to write comment.