Color Hex Logo

#ba30bc Color Hex

#BA30BC
(186,48,188)
0 Favorites   0 Comments

Color spaces of #ba30bc

RGB 18648188
HSL0.830.590.46
HSV299°74°74°
CMYK 0.010.740.00   0.26
XYZ30.383816.183849.0993
Yxy16.18380.31760.1692
Hunter Lab40.229164.4147-44.2026
CIE-Lab47.214769.4009-44.3772

#ba30bc color RGB value is (186,48,188).

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

The process color (four color CMYK) of #ba30bc color hex is 0.01, 0.74, 0.00, 0.26. Web safe color of #ba30bc is #cc33cc. Color #ba30bc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110000 10111100
Octal 272 60 274
Decimal 186 48 188
Hex BA 30 BC

RGB Percentages of Color #ba30bc

%44.08
%11.37
%44.55

CMYK Percentages of Color #ba30bc

%1
%74
%0
%26

Triadic Colors of #ba30bc

#ba30bc #bcba30 #30bcba

Analogous Colors of #ba30bc

#ba30bc #bc3078 #7430bc

Monochromatic Colors of #ba30bc

#ba30bc

Complementary Color

#ba30bc #32bc30

#ba30bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba30bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba30bc Color CSS Codes

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

#ba30bc Text Font Color

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

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


#ba30bc Background Color

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

This div background color is #ba30bc


#ba30bc Border Color

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

This div border color is #ba30bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba30bc


Comments

No comments written yet.

Please login to write comment.