Color Hex Logo

#ba30af Color Hex

#BA30AF
(186,48,175)
0 Favorites   0 Comments

Color spaces of #ba30af

RGB 18648175
HSL0.850.590.46
HSV305°74°73°
CMYK 0.000.740.06   0.27
XYZ29.044515.648242.0470
Yxy15.64820.33480.1804
Hunter Lab39.557861.8338-35.3304
CIE-Lab46.509567.3416-37.8675

#ba30af color RGB value is (186,48,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110000 10101111
Octal 272 60 257
Decimal 186 48 175
Hex BA 30 AF

RGB Percentages of Color #ba30af

%45.48
%11.74
%42.79

CMYK Percentages of Color #ba30af

%0
%74
%6
%27

Triadic Colors of #ba30af

#ba30af #afba30 #30afba

Analogous Colors of #ba30af

#ba30af #ba306a #8030ba

Monochromatic Colors of #ba30af

#ba30af

Complementary Color

#ba30af #30ba3b

#ba30af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba30af Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba30af Color CSS Codes

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

#ba30af Text Font Color

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

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


#ba30af Background Color

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

This div background color is #ba30af


#ba30af Border Color

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

This div border color is #ba30af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba30af


Comments

No comments written yet.

Please login to write comment.