Color Hex Logo

#e346bb Color Hex

#E346BB
(227,70,187)
0 Favorites   0 Comments

Color spaces of #e346bb

RGB 22770187
HSL0.880.740.58
HSV315°69°89°
CMYK 0.000.690.18   0.11
XYZ42.838424.299149.4461
Yxy24.29910.36740.2084
Hunter Lab49.294168.8584-24.9669
CIE-Lab56.386071.3467-28.9249

#e346bb color RGB value is (227,70,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01000110 10111011
Octal 343 106 273
Decimal 227 70 187
Hex E3 46 BB

RGB Percentages of Color #e346bb

%46.90
%14.46
%38.64

CMYK Percentages of Color #e346bb

%0
%69
%18
%11

Triadic Colors of #e346bb

#e346bb #bbe346 #46bbe3

Analogous Colors of #e346bb

#e346bb #e3466d #bd46e3

Monochromatic Colors of #e346bb

#e346bb

Complementary Color

#e346bb #46e36e

#e346bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e346bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e346bb Color CSS Codes

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

#e346bb Text Font Color

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

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


#e346bb Background Color

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

This div background color is #e346bb


#e346bb Border Color

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

This div border color is #e346bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e346bb


Comments

No comments written yet.

Please login to write comment.