Color Hex Logo

#e350ba Color Hex

#E350BA
(227,80,186)
0 Favorites   0 Comments

Color spaces of #e350ba

RGB 22780186
HSL0.880.720.60
HSV317°65°89°
CMYK 0.000.650.18   0.11
XYZ43.410125.613449.1103
Yxy25.61340.36750.2168
Hunter Lab50.609764.5402-22.1067
CIE-Lab57.668367.5177-26.3653

#e350ba color RGB value is (227,80,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01010000 10111010
Octal 343 120 272
Decimal 227 80 186
Hex E3 50 BA

RGB Percentages of Color #e350ba

%46.04
%16.23
%37.73

CMYK Percentages of Color #e350ba

%0
%65
%18
%11

Triadic Colors of #e350ba

#e350ba #bae350 #50bae3

Analogous Colors of #e350ba

#e350ba #e35071 #c350e3

Monochromatic Colors of #e350ba

#e350ba

Complementary Color

#e350ba #50e379

#e350ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e350ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e350ba Color CSS Codes

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

#e350ba Text Font Color

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

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


#e350ba Background Color

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

This div background color is #e350ba


#e350ba Border Color

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

This div border color is #e350ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e350ba


Comments

No comments written yet.

Please login to write comment.