Color Hex Logo

#e317bf Color Hex

#E317BF
(227,23,191)
0 Favorites   0 Comments

Color spaces of #e317bf

RGB 22723191
HSL0.860.820.49
HSV311°90°89°
CMYK 0.000.900.16   0.11
XYZ41.388920.705351.1053
Yxy20.70530.36560.1829
Hunter Lab45.503182.7305-34.7375
CIE-Lab52.625483.1826-37.1092

#e317bf color RGB value is (227,23,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010111 10111111
Octal 343 27 277
Decimal 227 23 191
Hex E3 17 BF

RGB Percentages of Color #e317bf

%51.47
%5.22
%43.31

CMYK Percentages of Color #e317bf

%0
%90
%16
%11

Triadic Colors of #e317bf

#e317bf #bfe317 #17bfe3

Analogous Colors of #e317bf

#e317bf #e31759 #a117e3

Monochromatic Colors of #e317bf

#e317bf

Complementary Color

#e317bf #17e33b

#e317bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e317bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e317bf Color CSS Codes

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

#e317bf Text Font Color

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

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


#e317bf Background Color

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

This div background color is #e317bf


#e317bf Border Color

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

This div border color is #e317bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,23,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e317bf


Comments

No comments written yet.

Please login to write comment.