Color Hex Logo

#e31b6d Color Hex

#E31B6D
(227,27,109)
0 Favorites   0 Comments

Color spaces of #e31b6d

RGB 22727109
HSL0.930.790.50
HSV335°88°89°
CMYK 0.000.880.52   0.11
XYZ34.830818.218916.1488
Yxy18.21890.50330.2633
Hunter Lab42.683670.96387.4469
CIE-Lab49.760574.35337.5142

#e31b6d color RGB value is (227,27,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011011 01101101
Octal 343 33 155
Decimal 227 27 109
Hex E3 1B 6D

RGB Percentages of Color #e31b6d

%62.53
%7.44
%30.03

CMYK Percentages of Color #e31b6d

%0
%88
%52
%11

Triadic Colors of #e31b6d

#e31b6d #6de31b #1b6de3

Analogous Colors of #e31b6d

#e31b6d #e32d1b #e31bd1

Monochromatic Colors of #e31b6d

#e31b6d

Complementary Color

#e31b6d #1be391

#e31b6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31b6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31b6d Color CSS Codes

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

#e31b6d Text Font Color

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

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


#e31b6d Background Color

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

This div background color is #e31b6d


#e31b6d Border Color

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

This div border color is #e31b6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31b6d


Comments

No comments written yet.

Please login to write comment.