Color Hex Logo

#e97dbc Color Hex

#E97DBC
(233,125,188)
0 Favorites   0 Comments

Color spaces of #e97dbc

RGB 233125188
HSL0.900.710.70
HSV325°46°91°
CMYK 0.000.460.19   0.09
XYZ50.015035.621751.8166
Yxy35.62170.36390.2592
Hunter Lab59.683945.1358-9.6959
CIE-Lab66.229949.2286-14.3711

#e97dbc color RGB value is (233,125,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111101 10111100
Octal 351 175 274
Decimal 233 125 188
Hex E9 7D BC

RGB Percentages of Color #e97dbc

%42.67
%22.89
%34.43

CMYK Percentages of Color #e97dbc

%0
%46
%19
%9

Triadic Colors of #e97dbc

#e97dbc #bce97d #7dbce9

Analogous Colors of #e97dbc

#e97dbc #e97d86 #e07de9

Monochromatic Colors of #e97dbc

#e97dbc

Complementary Color

#e97dbc #7de9aa

#e97dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97dbc Color CSS Codes

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

#e97dbc Text Font Color

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

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


#e97dbc Background Color

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

This div background color is #e97dbc


#e97dbc Border Color

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

This div border color is #e97dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97dbc


Comments

No comments written yet.

Please login to write comment.