Color Hex Logo

#e71bed Color Hex

#E71BED
(231,27,237)
0 Favorites   0 Comments

Color spaces of #e71bed

RGB 23127237
HSL0.830.850.52
HSV298°89°93°
CMYK 0.030.890.00   0.07
XYZ48.633023.887282.1682
Yxy23.88720.31440.1544
Hunter Lab48.874592.0874-65.4666
CIE-Lab55.974789.6792-57.9923

#e71bed color RGB value is (231,27,237).

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

The process color (four color CMYK) of #e71bed color hex is 0.03, 0.89, 0.00, 0.07. Web safe color of #e71bed is #ff33ff. Color #e71bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00011011 11101101
Octal 347 33 355
Decimal 231 27 237
Hex E7 1B ED

RGB Percentages of Color #e71bed

%46.67
%5.45
%47.88

CMYK Percentages of Color #e71bed

%3
%89
%0
%7

Triadic Colors of #e71bed

#e71bed #ede71b #1bede7

Analogous Colors of #e71bed

#e71bed #ed1b8a #7e1bed

Monochromatic Colors of #e71bed

#e71bed

Complementary Color

#e71bed #21ed1b

#e71bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71bed Color CSS Codes

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

#e71bed Text Font Color

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

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


#e71bed Background Color

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

This div background color is #e71bed


#e71bed Border Color

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

This div border color is #e71bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71bed


Comments

No comments written yet.

Please login to write comment.