Color Hex Logo

#ba30be Color Hex

#BA30BE
(186,48,190)
0 Favorites   0 Comments

Color spaces of #ba30be

RGB 18648190
HSL0.830.600.47
HSV298°75°75°
CMYK 0.020.750.00   0.25
XYZ30.600916.270750.2429
Yxy16.27070.31510.1675
Hunter Lab40.337064.8261-45.6146
CIE-Lab47.327769.7264-45.3641

#ba30be color RGB value is (186,48,190).

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

The process color (four color CMYK) of #ba30be color hex is 0.02, 0.75, 0.00, 0.25. Web safe color of #ba30be is #cc33cc. Color #ba30be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110000 10111110
Octal 272 60 276
Decimal 186 48 190
Hex BA 30 BE

RGB Percentages of Color #ba30be

%43.87
%11.32
%44.81

CMYK Percentages of Color #ba30be

%2
%75
%0
%25

Triadic Colors of #ba30be

#ba30be #beba30 #30beba

Analogous Colors of #ba30be

#ba30be #be307b #7330be

Monochromatic Colors of #ba30be

#ba30be

Complementary Color

#ba30be #34be30

#ba30be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba30be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba30be Color CSS Codes

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

#ba30be Text Font Color

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

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


#ba30be Background Color

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

This div background color is #ba30be


#ba30be Border Color

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

This div border color is #ba30be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba30be


Comments

No comments written yet.

Please login to write comment.