Color Hex Logo

#e9907d Color Hex

#E9907D
(233,144,125)
0 Favorites   0 Comments

Color spaces of #e9907d

RGB 233144125
HSL0.030.710.70
HSV11°46°91°
CMYK 0.000.380.46   0.09
XYZ47.279238.750824.3898
Yxy38.75080.42820.3509
Hunter Lab62.250126.633620.3451
CIE-Lab68.570431.641624.3474

#e9907d color RGB value is (233,144,125).

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

The process color (four color CMYK) of #e9907d color hex is 0.00, 0.38, 0.46, 0.09. Web safe color of #e9907d is #ff9966. Color #e9907d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 10010000 01111101
Octal 351 220 175
Decimal 233 144 125
Hex E9 90 7D

RGB Percentages of Color #e9907d

%46.41
%28.69
%24.90

CMYK Percentages of Color #e9907d

%0
%38
%46
%9

Triadic Colors of #e9907d

#e9907d #7de990 #907de9

Analogous Colors of #e9907d

#e9907d #e9c67d #e97da0

Monochromatic Colors of #e9907d

#e9907d

Complementary Color

#e9907d #7dd6e9

#e9907d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9907d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9907d Color CSS Codes

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

#e9907d Text Font Color

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

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


#e9907d Background Color

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

This div background color is #e9907d


#e9907d Border Color

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

This div border color is #e9907d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9907d


Comments

No comments written yet.

Please login to write comment.