Color Hex Logo

#e21ebc Color Hex

#E21EBC
(226,30,188)
0 Favorites   0 Comments

Color spaces of #e21ebc

RGB 22630188
HSL0.870.770.50
HSV312°87°89°
CMYK 0.000.870.17   0.11
XYZ40.905420.728149.4219
Yxy20.72810.36830.1866
Hunter Lab45.528180.7017-32.4911
CIE-Lab52.650681.5925-35.3401

#e21ebc color RGB value is (226,30,188).

#e21ebc hex color red value is 226, green value is 30 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e21ebc hue: 0.87 , saturation: 0.77 and the lightness value of e21ebc is 0.50.

The process color (four color CMYK) of #e21ebc color hex is 0.00, 0.87, 0.17, 0.11. Web safe color of #e21ebc is #cc33cc. Color #e21ebc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00011110 10111100
Octal 342 36 274
Decimal 226 30 188
Hex E2 1E BC

RGB Percentages of Color #e21ebc

%50.90
%6.76
%42.34

CMYK Percentages of Color #e21ebc

%0
%87
%17
%11

Triadic Colors of #e21ebc

#e21ebc #bce21e #1ebce2

Analogous Colors of #e21ebc

#e21ebc #e21e5a #a61ee2

Monochromatic Colors of #e21ebc

#e21ebc

Complementary Color

#e21ebc #1ee244

#e21ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e21ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e21ebc Color CSS Codes

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

#e21ebc Text Font Color

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

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


#e21ebc Background Color

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

This div background color is #e21ebc


#e21ebc Border Color

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

This div border color is #e21ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e21ebc


Comments

No comments written yet.

Please login to write comment.