Color Hex Logo

#e741bb Color Hex

#E741BB
(231,65,187)
0 Favorites   0 Comments

Color spaces of #e741bb

RGB 23165187
HSL0.880.780.58
HSV316°72°91°
CMYK 0.000.720.19   0.09
XYZ43.814924.357449.4058
Yxy24.35740.37260.2072
Hunter Lab49.353272.1010-24.8059
CIE-Lab56.443973.9884-28.7834

#e741bb color RGB value is (231,65,187).

#e741bb hex color red value is 231, green value is 65 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e741bb hue: 0.88 , saturation: 0.78 and the lightness value of e741bb is 0.58.

The process color (four color CMYK) of #e741bb color hex is 0.00, 0.72, 0.19, 0.09. Web safe color of #e741bb is #ff33cc. Color #e741bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 01000001 10111011
Octal 347 101 273
Decimal 231 65 187
Hex E7 41 BB

RGB Percentages of Color #e741bb

%47.83
%13.46
%38.72

CMYK Percentages of Color #e741bb

%0
%72
%19
%9

Triadic Colors of #e741bb

#e741bb #bbe741 #41bbe7

Analogous Colors of #e741bb

#e741bb #e74168 #c041e7

Monochromatic Colors of #e741bb

#e741bb

Complementary Color

#e741bb #41e76d

#e741bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e741bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e741bb Color CSS Codes

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

#e741bb Text Font Color

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

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


#e741bb Background Color

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

This div background color is #e741bb


#e741bb Border Color

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

This div border color is #e741bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e741bb


Comments

No comments written yet.

Please login to write comment.