Color Hex Logo

#ba4090 Color Hex

#BA4090
(186,64,144)
0 Favorites   0 Comments

Color spaces of #ba4090

RGB 18664144
HSL0.890.490.49
HSV321°66°73°
CMYK 0.000.660.23   0.27
XYZ27.117116.119528.0677
Yxy16.11950.38030.2261
Hunter Lab40.149150.2998-13.3445
CIE-Lab47.130957.0425-18.4391

#ba4090 color RGB value is (186,64,144).

#ba4090 hex color red value is 186, green value is 64 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ba4090 hue: 0.89 , saturation: 0.49 and the lightness value of ba4090 is 0.49.

The process color (four color CMYK) of #ba4090 color hex is 0.00, 0.66, 0.23, 0.27. Web safe color of #ba4090 is #cc3399. Color #ba4090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000000 10010000
Octal 272 100 220
Decimal 186 64 144
Hex BA 40 90

RGB Percentages of Color #ba4090

%47.21
%16.24
%36.55

CMYK Percentages of Color #ba4090

%0
%66
%23
%27

Triadic Colors of #ba4090

#ba4090 #90ba40 #4090ba

Analogous Colors of #ba4090

#ba4090 #ba4053 #a740ba

Monochromatic Colors of #ba4090

#ba4090

Complementary Color

#ba4090 #40ba6a

#ba4090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba4090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba4090 Color CSS Codes

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

#ba4090 Text Font Color

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

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


#ba4090 Background Color

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

This div background color is #ba4090


#ba4090 Border Color

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

This div border color is #ba4090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba4090


Comments

No comments written yet.

Please login to write comment.