Color Hex Logo

#ba25dd Color Hex

#BA25DD
(186,37,221)
0 Favorites   0 Comments

Color spaces of #ba25dd

RGB 18637221
HSL0.800.730.51
HSV289°83°87°
CMYK 0.160.830.00   0.13
XYZ33.962416.982769.8946
Yxy16.98270.28110.1405
Hunter Lab41.210174.9893-71.7121
CIE-Lab48.238277.9163-61.7717

#ba25dd color RGB value is (186,37,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100101 11011101
Octal 272 45 335
Decimal 186 37 221
Hex BA 25 DD

RGB Percentages of Color #ba25dd

%41.89
%8.33
%49.77

CMYK Percentages of Color #ba25dd

%16
%83
%0
%13

Triadic Colors of #ba25dd

#ba25dd #ddba25 #25ddba

Analogous Colors of #ba25dd

#ba25dd #dd25a4 #5e25dd

Monochromatic Colors of #ba25dd

#ba25dd

Complementary Color

#ba25dd #48dd25

#ba25dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba25dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba25dd Color CSS Codes

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

#ba25dd Text Font Color

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

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


#ba25dd Background Color

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

This div background color is #ba25dd


#ba25dd Border Color

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

This div border color is #ba25dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba25dd


Comments

No comments written yet.

Please login to write comment.