Color Hex Logo

#e118bc Color Hex

#E118BC
(225,24,188)
0 Favorites   0 Comments

Color spaces of #e118bc

RGB 22524188
HSL0.860.810.49
HSV311°89°88°
CMYK 0.000.890.16   0.12
XYZ40.455120.291749.3614
Yxy20.29170.36740.1843
Hunter Lab45.046381.4759-33.4371
CIE-Lab52.165482.2936-36.1139

#e118bc color RGB value is (225,24,188).

#e118bc hex color red value is 225, green value is 24 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e118bc hue: 0.86 , saturation: 0.81 and the lightness value of e118bc is 0.49.

The process color (four color CMYK) of #e118bc color hex is 0.00, 0.89, 0.16, 0.12. Web safe color of #e118bc is #cc00cc. Color #e118bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011000 10111100
Octal 341 30 274
Decimal 225 24 188
Hex E1 18 BC

RGB Percentages of Color #e118bc

%51.49
%5.49
%43.02

CMYK Percentages of Color #e118bc

%0
%89
%16
%12

Triadic Colors of #e118bc

#e118bc #bce118 #18bce1

Analogous Colors of #e118bc

#e118bc #e11858 #a218e1

Monochromatic Colors of #e118bc

#e118bc

Complementary Color

#e118bc #18e13d

#e118bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e118bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e118bc Color CSS Codes

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

#e118bc Text Font Color

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

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


#e118bc Background Color

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

This div background color is #e118bc


#e118bc Border Color

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

This div border color is #e118bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e118bc


Comments

No comments written yet.

Please login to write comment.