Color Hex Logo

#ba25cc Color Hex

#BA25CC
(186,37,204)
0 Favorites   0 Comments

Color spaces of #ba25cc

RGB 18637204
HSL0.820.690.47
HSV294°82°80°
CMYK 0.090.820.00   0.20
XYZ31.810416.121958.5620
Yxy16.12190.29870.1514
Hunter Lab40.152171.1501-58.3683
CIE-Lab47.134075.0178-53.7962

#ba25cc color RGB value is (186,37,204).

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

The process color (four color CMYK) of #ba25cc color hex is 0.09, 0.82, 0.00, 0.20. Web safe color of #ba25cc is #cc33cc. Color #ba25cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100101 11001100
Octal 272 45 314
Decimal 186 37 204
Hex BA 25 CC

RGB Percentages of Color #ba25cc

%43.56
%8.67
%47.78

CMYK Percentages of Color #ba25cc

%9
%82
%0
%20

Triadic Colors of #ba25cc

#ba25cc #ccba25 #25ccba

Analogous Colors of #ba25cc

#ba25cc #cc258b #6725cc

Monochromatic Colors of #ba25cc

#ba25cc

Complementary Color

#ba25cc #37cc25

#ba25cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba25cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba25cc Color CSS Codes

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

#ba25cc Text Font Color

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

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


#ba25cc Background Color

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

This div background color is #ba25cc


#ba25cc Border Color

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

This div border color is #ba25cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba25cc


Comments

No comments written yet.

Please login to write comment.