Color Hex Logo

#e215bc Color Hex

#E215BC
(226,21,188)
0 Favorites   0 Comments

Color spaces of #e215bc

RGB 22621188
HSL0.860.830.48
HSV311°91°89°
CMYK 0.000.910.17   0.11
XYZ40.709320.335949.3566
Yxy20.33590.36870.1842
Hunter Lab45.095382.2220-33.3258
CIE-Lab52.214982.8665-36.0237

#e215bc color RGB value is (226,21,188).

#e215bc hex color red value is 226, green value is 21 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #e215bc hue: 0.86 , saturation: 0.83 and the lightness value of e215bc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010101 10111100
Octal 342 25 274
Decimal 226 21 188
Hex E2 15 BC

RGB Percentages of Color #e215bc

%51.95
%4.83
%43.22

CMYK Percentages of Color #e215bc

%0
%91
%17
%11

Triadic Colors of #e215bc

#e215bc #bce215 #15bce2

Analogous Colors of #e215bc

#e215bc #e21556 #a215e2

Monochromatic Colors of #e215bc

#e215bc

Complementary Color

#e215bc #15e23b

#e215bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e215bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e215bc Color CSS Codes

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

#e215bc Text Font Color

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

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


#e215bc Background Color

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

This div background color is #e215bc


#e215bc Border Color

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

This div border color is #e215bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e215bc


Comments

No comments written yet.

Please login to write comment.