Color Hex Logo

#e120bc Color Hex

#E120BC
(225,32,188)
0 Favorites   0 Comments

Color spaces of #e120bc

RGB 22532188
HSL0.870.760.50
HSV312°86°88°
CMYK 0.000.860.16   0.12
XYZ40.644920.671449.4247
Yxy20.67140.36700.1867
Hunter Lab45.465880.0078-32.6265
CIE-Lab52.588081.0595-35.4511

#e120bc color RGB value is (225,32,188).

#e120bc hex color red value is 225, green value is 32 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e120bc hue: 0.87 , saturation: 0.76 and the lightness value of e120bc is 0.50.

The process color (four color CMYK) of #e120bc color hex is 0.00, 0.86, 0.16, 0.12. Web safe color of #e120bc is #cc33cc. Color #e120bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100000 10111100
Octal 341 40 274
Decimal 225 32 188
Hex E1 20 BC

RGB Percentages of Color #e120bc

%50.56
%7.19
%42.25

CMYK Percentages of Color #e120bc

%0
%86
%16
%12

Triadic Colors of #e120bc

#e120bc #bce120 #20bce1

Analogous Colors of #e120bc

#e120bc #e1205c #a620e1

Monochromatic Colors of #e120bc

#e120bc

Complementary Color

#e120bc #20e145

#e120bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e120bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e120bc Color CSS Codes

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

#e120bc Text Font Color

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

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


#e120bc Background Color

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

This div background color is #e120bc


#e120bc Border Color

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

This div border color is #e120bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e120bc


Comments

No comments written yet.

Please login to write comment.