Color Hex Logo

#e17eba Color Hex

#E17EBA
(225,126,186)
0 Favorites   0 Comments

Color spaces of #e17eba

RGB 225126186
HSL0.900.620.69
HSV324°44°88°
CMYK 0.000.440.17   0.12
XYZ47.375134.474450.6117
Yxy34.47440.35770.2603
Hunter Lab58.714941.2746-10.0070
CIE-Lab65.337445.8446-14.6901

#e17eba color RGB value is (225,126,186).

#e17eba hex color red value is 225, green value is 126 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e17eba hue: 0.90 , saturation: 0.62 and the lightness value of e17eba is 0.69.

The process color (four color CMYK) of #e17eba color hex is 0.00, 0.44, 0.17, 0.12. Web safe color of #e17eba is #cc66cc. Color #e17eba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01111110 10111010
Octal 341 176 272
Decimal 225 126 186
Hex E1 7E BA

RGB Percentages of Color #e17eba

%41.90
%23.46
%34.64

CMYK Percentages of Color #e17eba

%0
%44
%17
%12

Triadic Colors of #e17eba

#e17eba #bae17e #7ebae1

Analogous Colors of #e17eba

#e17eba #e17e89 #d77ee1

Monochromatic Colors of #e17eba

#e17eba

Complementary Color

#e17eba #7ee1a5

#e17eba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e17eba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e17eba Color CSS Codes

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

#e17eba Text Font Color

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

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


#e17eba Background Color

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

This div background color is #e17eba


#e17eba Border Color

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

This div border color is #e17eba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e17eba

#e17eba Color Palettes


Comments

No comments written yet.

Please login to write comment.