Color Hex Logo

#e20fbb Color Hex

#E20FBB
(226,15,187)
0 Favorites   0 Comments

Color spaces of #e20fbb

RGB 22615187
HSL0.860.880.47
HSV311°93°89°
CMYK 0.000.930.17   0.11
XYZ40.504520.098348.7582
Yxy20.09830.37040.1838
Hunter Lab44.831182.8186-33.1018
CIE-Lab51.948283.3831-35.8601

#e20fbb color RGB value is (226,15,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001111 10111011
Octal 342 17 273
Decimal 226 15 187
Hex E2 F BB

RGB Percentages of Color #e20fbb

%52.80
%3.50
%43.69

CMYK Percentages of Color #e20fbb

%0
%93
%17
%11

Triadic Colors of #e20fbb

#e20fbb #bbe20f #0fbbe2

Analogous Colors of #e20fbb

#e20fbb #e20f51 #a00fe2

Monochromatic Colors of #e20fbb

#e20fbb

Complementary Color

#e20fbb #0fe236

#e20fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e20fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e20fbb Color CSS Codes

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

#e20fbb Text Font Color

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

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


#e20fbb Background Color

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

This div background color is #e20fbb


#e20fbb Border Color

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

This div border color is #e20fbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,15,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e20fbb


Comments

No comments written yet.

Please login to write comment.