Color Hex Logo

#e311bd Color Hex

#E311BD
(227,17,189)
0 Favorites   0 Comments

Color spaces of #e311bd

RGB 22717189
HSL0.860.860.48
HSV311°93°89°
CMYK 0.000.930.17   0.11
XYZ41.064320.405949.9185
Yxy20.40590.36870.1832
Hunter Lab45.172983.2124-33.8977
CIE-Lab52.293183.6219-36.4697

#e311bd color RGB value is (227,17,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010001 10111101
Octal 343 21 275
Decimal 227 17 189
Hex E3 11 BD

RGB Percentages of Color #e311bd

%52.42
%3.93
%43.65

CMYK Percentages of Color #e311bd

%0
%93
%17
%11

Triadic Colors of #e311bd

#e311bd #bde311 #11bde3

Analogous Colors of #e311bd

#e311bd #e31154 #a011e3

Monochromatic Colors of #e311bd

#e311bd

Complementary Color

#e311bd #11e337

#e311bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e311bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e311bd Color CSS Codes

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

#e311bd Text Font Color

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

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


#e311bd Background Color

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

This div background color is #e311bd


#e311bd Border Color

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

This div border color is #e311bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e311bd


Comments

No comments written yet.

Please login to write comment.