Color Hex Logo

#e361ba Color Hex

#E361BA
(227,97,186)
0 Favorites   0 Comments

Color spaces of #e361ba

RGB 22797186
HSL0.890.700.64
HSV319°57°89°
CMYK 0.000.570.18   0.11
XYZ44.816228.425549.5790
Yxy28.42550.36490.2314
Hunter Lab53.315656.7419-17.8138
CIE-Lab60.271260.4113-22.3639

#e361ba color RGB value is (227,97,186).

#e361ba hex color red value is 227, green value is 97 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #e361ba hue: 0.89 , saturation: 0.70 and the lightness value of e361ba is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100001 10111010
Octal 343 141 272
Decimal 227 97 186
Hex E3 61 BA

RGB Percentages of Color #e361ba

%44.51
%19.02
%36.47

CMYK Percentages of Color #e361ba

%0
%57
%18
%11

Triadic Colors of #e361ba

#e361ba #bae361 #61bae3

Analogous Colors of #e361ba

#e361ba #e36179 #cb61e3

Monochromatic Colors of #e361ba

#e361ba

Complementary Color

#e361ba #61e38a

#e361ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e361ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#e361ba Color CSS Codes

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

#e361ba Text Font Color

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

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


#e361ba Background Color

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

This div background color is #e361ba


#e361ba Border Color

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

This div border color is #e361ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e361ba


Comments

No comments written yet.

Please login to write comment.