Color Hex Logo

#e17b93 Color Hex

#E17B93
(225,123,147)
0 Favorites   0 Comments

Color spaces of #e17b93

RGB 225123147
HSL0.960.630.68
HSV346°45°88°
CMYK 0.000.450.35   0.12
XYZ43.400832.280131.5470
Yxy32.28010.40480.3010
Hunter Lab56.815636.92696.8500
CIE-Lab63.573742.03564.8546

#e17b93 color RGB value is (225,123,147).

#e17b93 hex color red value is 225, green value is 123 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #e17b93 hue: 0.96 , saturation: 0.63 and the lightness value of e17b93 is 0.68.

The process color (four color CMYK) of #e17b93 color hex is 0.00, 0.45, 0.35, 0.12. Web safe color of #e17b93 is #cc6699. Color #e17b93 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111011 10010011
Octal 341 173 223
Decimal 225 123 147
Hex E1 7B 93

RGB Percentages of Color #e17b93

%45.45
%24.85
%29.70

CMYK Percentages of Color #e17b93

%0
%45
%35
%12

Triadic Colors of #e17b93

#e17b93 #93e17b #7b93e1

Analogous Colors of #e17b93

#e17b93 #e1967b #e17bc6

Monochromatic Colors of #e17b93

#e17b93

Complementary Color

#e17b93 #7be1c9

#e17b93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17b93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17b93 Color CSS Codes

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

#e17b93 Text Font Color

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

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


#e17b93 Background Color

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

This div background color is #e17b93


#e17b93 Border Color

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

This div border color is #e17b93


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,123,147, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e17b93; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e17b93;
  -webkit-box-shadow: 1px 1px 3px 2px #e17b93;
  box-shadow:         1px 1px 3px 2px #e17b93; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,123,147, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17b93


Comments

No comments written yet.

Please login to write comment.