Color Hex Logo

#e340bb Color Hex

#E340BB
(227,64,187)
0 Favorites   0 Comments

Color spaces of #e340bb

RGB 22764187
HSL0.870.740.57
HSV315°72°89°
CMYK 0.000.720.18   0.11
XYZ42.481623.585549.3271
Yxy23.58550.36810.2044
Hunter Lab48.564971.1523-26.2251
CIE-Lab55.670473.3641-30.0353

#e340bb color RGB value is (227,64,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000000 10111011
Octal 343 100 273
Decimal 227 64 187
Hex E3 40 BB

RGB Percentages of Color #e340bb

%47.49
%13.39
%39.12

CMYK Percentages of Color #e340bb

%0
%72
%18
%11

Triadic Colors of #e340bb

#e340bb #bbe340 #40bbe3

Analogous Colors of #e340bb

#e340bb #e3406a #ba40e3

Monochromatic Colors of #e340bb

#e340bb

Complementary Color

#e340bb #40e368

#e340bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e340bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e340bb Color CSS Codes

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

#e340bb Text Font Color

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

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


#e340bb Background Color

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

This div background color is #e340bb


#e340bb Border Color

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

This div border color is #e340bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e340bb


Comments

No comments written yet.

Please login to write comment.