Color Hex Logo

#e121bc Color Hex

#E121BC
(225,33,188)
0 Favorites   0 Comments

Color spaces of #e121bc

RGB 22533188
HSL0.870.760.51
HSV312°85°88°
CMYK 0.000.850.16   0.12
XYZ40.672320.726149.4338
Yxy20.72610.36700.1870
Hunter Lab45.525979.7993-32.5112
CIE-Lab52.648480.8836-35.3563

#e121bc color RGB value is (225,33,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100001 10111100
Octal 341 41 274
Decimal 225 33 188
Hex E1 21 BC

RGB Percentages of Color #e121bc

%50.45
%7.40
%42.15

CMYK Percentages of Color #e121bc

%0
%85
%16
%12

Triadic Colors of #e121bc

#e121bc #bce121 #21bce1

Analogous Colors of #e121bc

#e121bc #e1215c #a621e1

Monochromatic Colors of #e121bc

#e121bc

Complementary Color

#e121bc #21e146

#e121bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e121bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e121bc Color CSS Codes

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

#e121bc Text Font Color

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

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


#e121bc Background Color

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

This div background color is #e121bc


#e121bc Border Color

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

This div border color is #e121bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e121bc


Comments

No comments written yet.

Please login to write comment.