Color Hex Logo

#e97fbd Color Hex

#E97FBD
(233,127,189)
0 Favorites   0 Comments

Color spaces of #e97fbd

RGB 233127189
HSL0.900.710.71
HSV325°45°91°
CMYK 0.000.450.19   0.09
XYZ50.379036.176552.4716
Yxy36.17650.36240.2602
Hunter Lab60.146944.2544-9.6212
CIE-Lab66.654648.3749-14.2941

#e97fbd color RGB value is (233,127,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01111111 10111101
Octal 351 177 275
Decimal 233 127 189
Hex E9 7F BD

RGB Percentages of Color #e97fbd

%42.44
%23.13
%34.43

CMYK Percentages of Color #e97fbd

%0
%45
%19
%9

Triadic Colors of #e97fbd

#e97fbd #bde97f #7fbde9

Analogous Colors of #e97fbd

#e97fbd #e97f88 #e07fe9

Monochromatic Colors of #e97fbd

#e97fbd

Complementary Color

#e97fbd #7fe9ab

#e97fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e97fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e97fbd Color CSS Codes

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

#e97fbd Text Font Color

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

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


#e97fbd Background Color

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

This div background color is #e97fbd


#e97fbd Border Color

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

This div border color is #e97fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e97fbd


Comments

No comments written yet.

Please login to write comment.