Color Hex Logo

#e193ba Color Hex

#E193BA
(225,147,186)
0 Favorites   0 Comments

Color spaces of #e193ba

RGB 225147186
HSL0.920.570.73
HSV330°35°88°
CMYK 0.000.350.17   0.12
XYZ50.348040.420251.6026
Yxy40.42020.35360.2839
Hunter Lab63.576930.0987-3.6193
CIE-Lab69.767834.8729-8.0560

#e193ba color RGB value is (225,147,186).

#e193ba hex color red value is 225, green value is 147 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e193ba hue: 0.92 , saturation: 0.57 and the lightness value of e193ba is 0.73.

The process color (four color CMYK) of #e193ba color hex is 0.00, 0.35, 0.17, 0.12. Web safe color of #e193ba is #cc99cc. Color #e193ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010011 10111010
Octal 341 223 272
Decimal 225 147 186
Hex E1 93 BA

RGB Percentages of Color #e193ba

%40.32
%26.34
%33.33

CMYK Percentages of Color #e193ba

%0
%35
%17
%12

Triadic Colors of #e193ba

#e193ba #bae193 #93bae1

Analogous Colors of #e193ba

#e193ba #e19393 #e193e1

Monochromatic Colors of #e193ba

#e193ba

Complementary Color

#e193ba #93e1ba

#e193ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e193ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e193ba Color CSS Codes

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

#e193ba Text Font Color

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

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


#e193ba Background Color

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

This div background color is #e193ba


#e193ba Border Color

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

This div border color is #e193ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,147,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 #e193ba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e193ba


Comments

No comments written yet.

Please login to write comment.