Color Hex Logo

#e341bb Color Hex

#E341BB
(227,65,187)
0 Favorites   0 Comments

Color spaces of #e341bb

RGB 22765187
HSL0.870.740.57
HSV315°71°89°
CMYK 0.000.710.18   0.11
XYZ42.538523.699349.3461
Yxy23.69930.36800.2050
Hunter Lab48.681970.7808-26.0216
CIE-Lab55.785573.0386-29.8566

#e341bb color RGB value is (227,65,187).

#e341bb hex color red value is 227, green value is 65 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e341bb hue: 0.87 , saturation: 0.74 and the lightness value of e341bb is 0.57.

The process color (four color CMYK) of #e341bb color hex is 0.00, 0.71, 0.18, 0.11. Web safe color of #e341bb is #cc33cc. Color #e341bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000001 10111011
Octal 343 101 273
Decimal 227 65 187
Hex E3 41 BB

RGB Percentages of Color #e341bb

%47.39
%13.57
%39.04

CMYK Percentages of Color #e341bb

%0
%71
%18
%11

Triadic Colors of #e341bb

#e341bb #bbe341 #41bbe3

Analogous Colors of #e341bb

#e341bb #e3416a #ba41e3

Monochromatic Colors of #e341bb

#e341bb

Complementary Color

#e341bb #41e369

#e341bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e341bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e341bb Color CSS Codes

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

#e341bb Text Font Color

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

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


#e341bb Background Color

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

This div background color is #e341bb


#e341bb Border Color

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

This div border color is #e341bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e341bb


Comments

No comments written yet.

Please login to write comment.