Color Hex Logo

#ba08cc Color Hex

#BA08CC
(186,8,204)
0 Favorites   0 Comments

Color spaces of #ba08cc

RGB 1868204
HSL0.820.920.42
HSV294°96°80°
CMYK 0.090.960.00   0.20
XYZ31.235614.972458.3704
Yxy14.97240.29870.1432
Hunter Lab38.694276.3780-62.3534
CIE-Lab45.596479.5419-56.2697

#ba08cc color RGB value is (186,8,204).

#ba08cc hex color red value is 186, green value is 8 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ba08cc hue: 0.82 , saturation: 0.92 and the lightness value of ba08cc is 0.42.

The process color (four color CMYK) of #ba08cc color hex is 0.09, 0.96, 0.00, 0.20. Web safe color of #ba08cc is #cc00cc. Color #ba08cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001000 11001100
Octal 272 10 314
Decimal 186 8 204
Hex BA 8 CC

RGB Percentages of Color #ba08cc

%46.73
%2.01
%51.26

CMYK Percentages of Color #ba08cc

%9
%96
%0
%20

Triadic Colors of #ba08cc

#ba08cc #ccba08 #08ccba

Analogous Colors of #ba08cc

#ba08cc #cc087c #5808cc

Monochromatic Colors of #ba08cc

#ba08cc

Complementary Color

#ba08cc #1acc08

#ba08cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba08cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba08cc Color CSS Codes

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

#ba08cc Text Font Color

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

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


#ba08cc Background Color

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

This div background color is #ba08cc


#ba08cc Border Color

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

This div border color is #ba08cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba08cc


Comments

No comments written yet.

Please login to write comment.