Color Hex Logo

#e193fb Color Hex

#E193FB
(225,147,251)
0 Favorites   0 Comments

Color spaces of #e193fb

RGB 225147251
HSL0.790.930.78
HSV285°41°98°
CMYK 0.100.410.00   0.02
XYZ58.897643.840096.6245
Yxy43.84000.29540.2199
Hunter Lab66.211842.9111-40.1751
CIE-Lab72.121446.4411-40.2602

#e193fb color RGB value is (225,147,251).

#e193fb hex color red value is 225, green value is 147 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e193fb hue: 0.79 , saturation: 0.93 and the lightness value of e193fb is 0.78.

The process color (four color CMYK) of #e193fb color hex is 0.10, 0.41, 0.00, 0.02. Web safe color of #e193fb is #cc99ff. Color #e193fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010011 11111011
Octal 341 223 373
Decimal 225 147 251
Hex E1 93 FB

RGB Percentages of Color #e193fb

%36.12
%23.60
%40.29

CMYK Percentages of Color #e193fb

%10
%41
%0
%2

Triadic Colors of #e193fb

#e193fb #fbe193 #93fbe1

Analogous Colors of #e193fb

#e193fb #fb93e1 #ad93fb

Monochromatic Colors of #e193fb

#e193fb

Complementary Color

#e193fb #adfb93

#e193fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e193fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e193fb Color CSS Codes

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

#e193fb Text Font Color

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

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


#e193fb Background Color

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

This div background color is #e193fb


#e193fb Border Color

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

This div border color is #e193fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e193fb


Comments

No comments written yet.

Please login to write comment.