Color Hex Logo

#ba5092 Color Hex

#BA5092
(186,80,146)
0 Favorites   0 Comments

Color spaces of #ba5092

RGB 18680146
HSL0.900.430.52
HSV323°57°73°
CMYK 0.000.570.22   0.27
XYZ28.306718.251729.2251
Yxy18.25170.37350.2408
Hunter Lab42.722043.5068-10.6535
CIE-Lab49.800050.2824-15.5633

#ba5092 color RGB value is (186,80,146).

#ba5092 hex color red value is 186, green value is 80 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ba5092 hue: 0.90 , saturation: 0.43 and the lightness value of ba5092 is 0.52.

The process color (four color CMYK) of #ba5092 color hex is 0.00, 0.57, 0.22, 0.27. Web safe color of #ba5092 is #cc6699. Color #ba5092 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01010000 10010010
Octal 272 120 222
Decimal 186 80 146
Hex BA 50 92

RGB Percentages of Color #ba5092

%45.15
%19.42
%35.44

CMYK Percentages of Color #ba5092

%0
%57
%22
%27

Triadic Colors of #ba5092

#ba5092 #92ba50 #5092ba

Analogous Colors of #ba5092

#ba5092 #ba505d #ad50ba

Monochromatic Colors of #ba5092

#ba5092

Complementary Color

#ba5092 #50ba78

#ba5092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5092 Color CSS Codes

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

#ba5092 Text Font Color

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

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


#ba5092 Background Color

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

This div background color is #ba5092


#ba5092 Border Color

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

This div border color is #ba5092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5092


Comments

No comments written yet.

Please login to write comment.