Color Hex Logo

#e311cb Color Hex

#E311CB
(227,17,203)
0 Favorites   0 Comments

Color spaces of #e311cb

RGB 22717203
HSL0.850.860.48
HSV307°93°89°
CMYK 0.000.930.11   0.11
XYZ42.658521.043658.3134
Yxy21.04360.34960.1725
Hunter Lab45.873385.7124-43.2572
CIE-Lab52.997285.4164-43.4568

#e311cb color RGB value is (227,17,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010001 11001011
Octal 343 21 313
Decimal 227 17 203
Hex E3 11 CB

RGB Percentages of Color #e311cb

%50.78
%3.80
%45.41

CMYK Percentages of Color #e311cb

%0
%93
%11
%11

Triadic Colors of #e311cb

#e311cb #cbe311 #11cbe3

Analogous Colors of #e311cb

#e311cb #e31162 #9211e3

Monochromatic Colors of #e311cb

#e311cb

Complementary Color

#e311cb #11e329

#e311cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e311cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e311cb Color CSS Codes

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

#e311cb Text Font Color

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

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


#e311cb Background Color

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

This div background color is #e311cb


#e311cb Border Color

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

This div border color is #e311cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e311cb


Comments

No comments written yet.

Please login to write comment.