Color Hex Logo

#e20fcb Color Hex

#E20FCB
(226,15,203)
0 Favorites   0 Comments

Color spaces of #e20fcb

RGB 22615203
HSL0.850.880.47
HSV307°93°89°
CMYK 0.000.930.10   0.11
XYZ42.314320.822258.2888
Yxy20.82220.34850.1715
Hunter Lab45.631385.6696-43.7942
CIE-Lab52.754485.4307-43.8526

#e20fcb color RGB value is (226,15,203).

#e20fcb hex color red value is 226, green value is 15 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e20fcb hue: 0.85 , saturation: 0.88 and the lightness value of e20fcb is 0.47.

The process color (four color CMYK) of #e20fcb color hex is 0.00, 0.93, 0.10, 0.11. Web safe color of #e20fcb is #cc00cc. Color #e20fcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001111 11001011
Octal 342 17 313
Decimal 226 15 203
Hex E2 F CB

RGB Percentages of Color #e20fcb

%50.90
%3.38
%45.72

CMYK Percentages of Color #e20fcb

%0
%93
%10
%11

Triadic Colors of #e20fcb

#e20fcb #cbe20f #0fcbe2

Analogous Colors of #e20fcb

#e20fcb #e20f61 #900fe2

Monochromatic Colors of #e20fcb

#e20fcb

Complementary Color

#e20fcb #0fe226

#e20fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20fcb Color CSS Codes

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

#e20fcb Text Font Color

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

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


#e20fcb Background Color

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

This div background color is #e20fcb


#e20fcb Border Color

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

This div border color is #e20fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20fcb


Comments

No comments written yet.

Please login to write comment.