Color Hex Logo

#e190bc Color Hex

#E190BC
(225,144,188)
0 Favorites   0 Comments

Color spaces of #e190bc

RGB 225144188
HSL0.910.570.72
HSV327°36°88°
CMYK 0.000.360.16   0.12
XYZ50.101739.584952.5770
Yxy39.58490.35220.2783
Hunter Lab62.916532.0392-5.5049
CIE-Lab69.172836.7764-10.0571

#e190bc color RGB value is (225,144,188).

#e190bc hex color red value is 225, green value is 144 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e190bc hue: 0.91 , saturation: 0.57 and the lightness value of e190bc is 0.72.

The process color (four color CMYK) of #e190bc color hex is 0.00, 0.36, 0.16, 0.12. Web safe color of #e190bc is #cc99cc. Color #e190bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10010000 10111100
Octal 341 220 274
Decimal 225 144 188
Hex E1 90 BC

RGB Percentages of Color #e190bc

%40.39
%25.85
%33.75

CMYK Percentages of Color #e190bc

%0
%36
%16
%12

Triadic Colors of #e190bc

#e190bc #bce190 #90bce1

Analogous Colors of #e190bc

#e190bc #e19094 #de90e1

Monochromatic Colors of #e190bc

#e190bc

Complementary Color

#e190bc #90e1b5

#e190bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e190bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e190bc Color CSS Codes

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

#e190bc Text Font Color

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

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


#e190bc Background Color

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

This div background color is #e190bc


#e190bc Border Color

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

This div border color is #e190bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e190bc


Comments

No comments written yet.

Please login to write comment.