Color Hex Logo

#e141bc Color Hex

#E141BC
(225,65,188)
0 Favorites   0 Comments

Color spaces of #e141bc

RGB 22565188
HSL0.870.730.57
HSV314°71°88°
CMYK 0.000.710.16   0.12
XYZ42.018723.419049.8826
Yxy23.41900.36440.2031
Hunter Lab48.393270.2994-27.2396
CIE-Lab55.501372.6992-30.9012

#e141bc color RGB value is (225,65,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 01000001 10111100
Octal 341 101 274
Decimal 225 65 188
Hex E1 41 BC

RGB Percentages of Color #e141bc

%47.07
%13.60
%39.33

CMYK Percentages of Color #e141bc

%0
%71
%16
%12

Triadic Colors of #e141bc

#e141bc #bce141 #41bce1

Analogous Colors of #e141bc

#e141bc #e1416c #b641e1

Monochromatic Colors of #e141bc

#e141bc

Complementary Color

#e141bc #41e166

#e141bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e141bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e141bc Color CSS Codes

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

#e141bc Text Font Color

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

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


#e141bc Background Color

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

This div background color is #e141bc


#e141bc Border Color

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

This div border color is #e141bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e141bc


Comments

No comments written yet.

Please login to write comment.