Color Hex Logo

#ba25da Color Hex

#BA25DA
(186,37,218)
0 Favorites   0 Comments

Color spaces of #ba25da

RGB 18637218
HSL0.800.710.50
HSV289°83°85°
CMYK 0.150.830.00   0.15
XYZ33.566216.824267.8079
Yxy16.82420.28400.1423
Hunter Lab41.017374.2938-69.3033
CIE-Lab48.037877.3953-60.3831

#ba25da color RGB value is (186,37,218).

#ba25da hex color red value is 186, green value is 37 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ba25da hue: 0.80 , saturation: 0.71 and the lightness value of ba25da is 0.50.

The process color (four color CMYK) of #ba25da color hex is 0.15, 0.83, 0.00, 0.15. Web safe color of #ba25da is #cc33cc. Color #ba25da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100101 11011010
Octal 272 45 332
Decimal 186 37 218
Hex BA 25 DA

RGB Percentages of Color #ba25da

%42.18
%8.39
%49.43

CMYK Percentages of Color #ba25da

%15
%83
%0
%15

Triadic Colors of #ba25da

#ba25da #daba25 #25daba

Analogous Colors of #ba25da

#ba25da #da25a0 #6025da

Monochromatic Colors of #ba25da

#ba25da

Complementary Color

#ba25da #45da25

#ba25da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba25da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba25da Color CSS Codes

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

#ba25da Text Font Color

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

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


#ba25da Background Color

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

This div background color is #ba25da


#ba25da Border Color

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

This div border color is #ba25da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba25da


Comments

No comments written yet.

Please login to write comment.