Color Hex Logo

#e120cb Color Hex

#E120CB
(225,32,203)
0 Favorites   0 Comments

Color spaces of #e120cb

RGB 22532203
HSL0.850.760.50
HSV307°86°88°
CMYK 0.000.860.10   0.12
XYZ42.347321.352458.3894
Yxy21.35240.34690.1749
Hunter Lab46.208782.7188-42.5730
CIE-Lab53.333083.0356-42.9483

#e120cb color RGB value is (225,32,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100000 11001011
Octal 341 40 313
Decimal 225 32 203
Hex E1 20 CB

RGB Percentages of Color #e120cb

%48.91
%6.96
%44.13

CMYK Percentages of Color #e120cb

%0
%86
%10
%12

Triadic Colors of #e120cb

#e120cb #cbe120 #20cbe1

Analogous Colors of #e120cb

#e120cb #e1206b #9720e1

Monochromatic Colors of #e120cb

#e120cb

Complementary Color

#e120cb #20e136

#e120cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e120cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e120cb Color CSS Codes

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

#e120cb Text Font Color

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

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


#e120cb Background Color

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

This div background color is #e120cb


#e120cb Border Color

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

This div border color is #e120cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e120cb


Comments

No comments written yet.

Please login to write comment.