Color Hex Logo

#e316bd Color Hex

#E316BD
(227,22,189)
0 Favorites   0 Comments

Color spaces of #e316bd

RGB 22722189
HSL0.860.820.49
HSV311°90°89°
CMYK 0.000.900.17   0.11
XYZ41.150820.578849.9473
Yxy20.57880.36850.1843
Hunter Lab45.363982.5355-33.5258
CIE-Lab52.485483.0581-36.1677

#e316bd color RGB value is (227,22,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010110 10111101
Octal 343 26 275
Decimal 227 22 189
Hex E3 16 BD

RGB Percentages of Color #e316bd

%51.83
%5.02
%43.15

CMYK Percentages of Color #e316bd

%0
%90
%17
%11

Triadic Colors of #e316bd

#e316bd #bde316 #16bde3

Analogous Colors of #e316bd

#e316bd #e31657 #a316e3

Monochromatic Colors of #e316bd

#e316bd

Complementary Color

#e316bd #16e33c

#e316bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e316bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e316bd Color CSS Codes

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

#e316bd Text Font Color

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

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


#e316bd Background Color

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

This div background color is #e316bd


#e316bd Border Color

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

This div border color is #e316bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e316bd


Comments

No comments written yet.

Please login to write comment.