Color Hex Logo

#ba25cb Color Hex

#BA25CB
(186,37,203)
0 Favorites   0 Comments

Color spaces of #ba25cb

RGB 18637203
HSL0.820.690.47
HSV294°82°80°
CMYK 0.080.820.00   0.20
XYZ31.690816.074057.9322
Yxy16.07400.29980.1521
Hunter Lab40.092470.9326-57.6074
CIE-Lab47.071474.8519-53.3190

#ba25cb color RGB value is (186,37,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100101 11001011
Octal 272 45 313
Decimal 186 37 203
Hex BA 25 CB

RGB Percentages of Color #ba25cb

%43.66
%8.69
%47.65

CMYK Percentages of Color #ba25cb

%8
%82
%0
%20

Triadic Colors of #ba25cb

#ba25cb #cbba25 #25cbba

Analogous Colors of #ba25cb

#ba25cb #cb2589 #6725cb

Monochromatic Colors of #ba25cb

#ba25cb

Complementary Color

#ba25cb #36cb25

#ba25cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba25cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba25cb Color CSS Codes

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

#ba25cb Text Font Color

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

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


#ba25cb Background Color

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

This div background color is #ba25cb


#ba25cb Border Color

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

This div border color is #ba25cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba25cb


Comments

No comments written yet.

Please login to write comment.