Color Hex Logo

#e31bdc Color Hex

#E31BDC
(227,27,220)
0 Favorites   0 Comments

Color spaces of #e31bdc

RGB 22727220
HSL0.840.790.50
HSV302°88°89°
CMYK 0.000.880.03   0.11
XYZ44.988822.282169.6398
Yxy22.28210.32860.1627
Hunter Lab47.203987.5167-54.4276
CIE-Lab54.325086.5403-51.0673

#e31bdc color RGB value is (227,27,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011011 11011100
Octal 343 33 334
Decimal 227 27 220
Hex E3 1B DC

RGB Percentages of Color #e31bdc

%47.89
%5.70
%46.41

CMYK Percentages of Color #e31bdc

%0
%88
%3
%11

Triadic Colors of #e31bdc

#e31bdc #dce31b #1bdce3

Analogous Colors of #e31bdc

#e31bdc #e31b78 #861be3

Monochromatic Colors of #e31bdc

#e31bdc

Complementary Color

#e31bdc #1be322

#e31bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31bdc Color CSS Codes

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

#e31bdc Text Font Color

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

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


#e31bdc Background Color

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

This div background color is #e31bdc


#e31bdc Border Color

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

This div border color is #e31bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31bdc


Comments

No comments written yet.

Please login to write comment.