Color Hex Logo

#ba25cf Color Hex

#BA25CF
(186,37,207)
0 Favorites   0 Comments

Color spaces of #ba25cf

RGB 18637207
HSL0.810.700.48
HSV293°82°81°
CMYK 0.100.820.00   0.19
XYZ32.173816.267260.4756
Yxy16.26720.29540.1494
Hunter Lab40.332671.8095-60.6679
CIE-Lab47.323175.5196-55.2228

#ba25cf color RGB value is (186,37,207).

#ba25cf hex color red value is 186, green value is 37 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #ba25cf hue: 0.81 , saturation: 0.70 and the lightness value of ba25cf is 0.48.

The process color (four color CMYK) of #ba25cf color hex is 0.10, 0.82, 0.00, 0.19. Web safe color of #ba25cf is #cc33cc. Color #ba25cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100101 11001111
Octal 272 45 317
Decimal 186 37 207
Hex BA 25 CF

RGB Percentages of Color #ba25cf

%43.26
%8.60
%48.14

CMYK Percentages of Color #ba25cf

%10
%82
%0
%19

Triadic Colors of #ba25cf

#ba25cf #cfba25 #25cfba

Analogous Colors of #ba25cf

#ba25cf #cf258f #6525cf

Monochromatic Colors of #ba25cf

#ba25cf

Complementary Color

#ba25cf #3acf25

#ba25cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba25cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba25cf Color CSS Codes

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

#ba25cf Text Font Color

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

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


#ba25cf Background Color

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

This div background color is #ba25cf


#ba25cf Border Color

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

This div border color is #ba25cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba25cf


Comments

No comments written yet.

Please login to write comment.