Color Hex Logo

#ba3090 Color Hex

#BA3090
(186,48,144)
0 Favorites   0 Comments

Color spaces of #ba3090

RGB 18648144
HSL0.880.590.46
HSV318°74°73°
CMYK 0.000.740.23   0.27
XYZ26.340714.566627.8089
Yxy14.56660.38330.2120
Hunter Lab38.166256.4022-16.4839
CIE-Lab45.034862.9056-21.6607

#ba3090 color RGB value is (186,48,144).

#ba3090 hex color red value is 186, green value is 48 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #ba3090 hue: 0.88 , saturation: 0.59 and the lightness value of ba3090 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110000 10010000
Octal 272 60 220
Decimal 186 48 144
Hex BA 30 90

RGB Percentages of Color #ba3090

%49.21
%12.70
%38.10

CMYK Percentages of Color #ba3090

%0
%74
%23
%27

Triadic Colors of #ba3090

#ba3090 #90ba30 #3090ba

Analogous Colors of #ba3090

#ba3090 #ba304b #9f30ba

Monochromatic Colors of #ba3090

#ba3090

Complementary Color

#ba3090 #30ba5a

#ba3090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3090 Color CSS Codes

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

#ba3090 Text Font Color

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

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


#ba3090 Background Color

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

This div background color is #ba3090


#ba3090 Border Color

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

This div border color is #ba3090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3090


Comments

No comments written yet.

Please login to write comment.