Color Hex Logo

#e217bc Color Hex

#E217BC
(226,23,188)
0 Favorites   0 Comments

Color spaces of #e217bc

RGB 22623188
HSL0.860.820.49
HSV311°90°89°
CMYK 0.000.900.17   0.11
XYZ40.747520.412449.3693
Yxy20.41240.36870.1847
Hunter Lab45.180181.9224-33.1615
CIE-Lab52.300382.6161-35.8896

#e217bc color RGB value is (226,23,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010111 10111100
Octal 342 27 274
Decimal 226 23 188
Hex E2 17 BC

RGB Percentages of Color #e217bc

%51.72
%5.26
%43.02

CMYK Percentages of Color #e217bc

%0
%90
%17
%11

Triadic Colors of #e217bc

#e217bc #bce217 #17bce2

Analogous Colors of #e217bc

#e217bc #e21757 #a317e2

Monochromatic Colors of #e217bc

#e217bc

Complementary Color

#e217bc #17e23d

#e217bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e217bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e217bc Color CSS Codes

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

#e217bc Text Font Color

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

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


#e217bc Background Color

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

This div background color is #e217bc


#e217bc Border Color

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

This div border color is #e217bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e217bc


Comments

No comments written yet.

Please login to write comment.