Color Hex Logo

#e31bed Color Hex

#E31BED
(227,27,237)
0 Favorites   0 Comments

Color spaces of #e31bed

RGB 22727237
HSL0.830.850.52
HSV297°89°93°
CMYK 0.040.890.00   0.07
XYZ47.356523.229282.1085
Yxy23.22920.31010.1521
Hunter Lab48.196791.0441-67.2695
CIE-Lab55.307689.0243-59.0982

#e31bed color RGB value is (227,27,237).

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

The process color (four color CMYK) of #e31bed color hex is 0.04, 0.89, 0.00, 0.07. Web safe color of #e31bed is #cc33ff. Color #e31bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011011 11101101
Octal 343 33 355
Decimal 227 27 237
Hex E3 1B ED

RGB Percentages of Color #e31bed

%46.23
%5.50
%48.27

CMYK Percentages of Color #e31bed

%4
%89
%0
%7

Triadic Colors of #e31bed

#e31bed #ede31b #1bede3

Analogous Colors of #e31bed

#e31bed #ed1b8e #7a1bed

Monochromatic Colors of #e31bed

#e31bed

Complementary Color

#e31bed #25ed1b

#e31bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31bed Color CSS Codes

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

#e31bed Text Font Color

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

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


#e31bed Background Color

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

This div background color is #e31bed


#e31bed Border Color

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

This div border color is #e31bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31bed


Comments

No comments written yet.

Please login to write comment.