Color Hex Logo

#e31bcb Color Hex

#E31BCB
(227,27,203)
0 Favorites   0 Comments

Color spaces of #e31bcb

RGB 22727203
HSL0.850.790.50
HSV307°88°89°
CMYK 0.000.880.11   0.11
XYZ42.850021.426658.3772
Yxy21.42660.34940.1747
Hunter Lab46.288984.2334-42.3714
CIE-Lab53.413384.1950-42.7987

#e31bcb color RGB value is (227,27,203).

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

The process color (four color CMYK) of #e31bcb color hex is 0.00, 0.88, 0.11, 0.11. Web safe color of #e31bcb is #cc33cc. Color #e31bcb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011011 11001011
Octal 343 33 313
Decimal 227 27 203
Hex E3 1B CB

RGB Percentages of Color #e31bcb

%49.67
%5.91
%44.42

CMYK Percentages of Color #e31bcb

%0
%88
%11
%11

Triadic Colors of #e31bcb

#e31bcb #cbe31b #1bcbe3

Analogous Colors of #e31bcb

#e31bcb #e31b67 #971be3

Monochromatic Colors of #e31bcb

#e31bcb

Complementary Color

#e31bcb #1be333

#e31bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31bcb Color CSS Codes

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

#e31bcb Text Font Color

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

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


#e31bcb Background Color

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

This div background color is #e31bcb


#e31bcb Border Color

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

This div border color is #e31bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31bcb


Comments

No comments written yet.

Please login to write comment.