Color Hex Logo

#e350bb Color Hex

#E350BB
(227,80,187)
0 Favorites   0 Comments

Color spaces of #e350bb

RGB 22780187
HSL0.880.720.60
HSV316°65°89°
CMYK 0.000.650.18   0.11
XYZ43.516925.656149.6722
Yxy25.65610.36620.2159
Hunter Lab50.651964.7153-22.6870
CIE-Lab57.709267.6568-26.8775

#e350bb color RGB value is (227,80,187).

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

The process color (four color CMYK) of #e350bb color hex is 0.00, 0.65, 0.18, 0.11. Web safe color of #e350bb is #cc66cc. Color #e350bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010000 10111011
Octal 343 120 273
Decimal 227 80 187
Hex E3 50 BB

RGB Percentages of Color #e350bb

%45.95
%16.19
%37.85

CMYK Percentages of Color #e350bb

%0
%65
%18
%11

Triadic Colors of #e350bb

#e350bb #bbe350 #50bbe3

Analogous Colors of #e350bb

#e350bb #e35072 #c250e3

Monochromatic Colors of #e350bb

#e350bb

Complementary Color

#e350bb #50e378

#e350bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e350bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e350bb Color CSS Codes

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

#e350bb Text Font Color

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

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


#e350bb Background Color

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

This div background color is #e350bb


#e350bb Border Color

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

This div border color is #e350bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e350bb


Comments

No comments written yet.

Please login to write comment.