Color Hex Logo

#e31bde Color Hex

#E31BDE
(227,27,222)
0 Favorites   0 Comments

Color spaces of #e31bde

RGB 22727222
HSL0.840.790.50
HSV302°88°89°
CMYK 0.000.880.02   0.11
XYZ45.255322.388771.0435
Yxy22.38870.32630.1614
Hunter Lab47.316787.9192-55.8991
CIE-Lab54.437086.8256-52.0244

#e31bde color RGB value is (227,27,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011011 11011110
Octal 343 33 336
Decimal 227 27 222
Hex E3 1B DE

RGB Percentages of Color #e31bde

%47.69
%5.67
%46.64

CMYK Percentages of Color #e31bde

%0
%88
%2
%11

Triadic Colors of #e31bde

#e31bde #dee31b #1bdee3

Analogous Colors of #e31bde

#e31bde #e31b7a #841be3

Monochromatic Colors of #e31bde

#e31bde

Complementary Color

#e31bde #1be320

#e31bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31bde Color CSS Codes

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

#e31bde Text Font Color

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

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


#e31bde Background Color

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

This div background color is #e31bde


#e31bde Border Color

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

This div border color is #e31bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31bde


Comments

No comments written yet.

Please login to write comment.