Color Hex Logo

#ba18dc Color Hex

#BA18DC
(186,24,220)
0 Favorites   0 Comments

Color spaces of #ba18dc

RGB 18624220
HSL0.800.800.48
HSV290°89°86°
CMYK 0.150.890.00   0.14
XYZ33.494616.259769.0832
Yxy16.25970.28190.1368
Hunter Lab40.323377.7054-73.3512
CIE-Lab47.313480.2661-62.6961

#ba18dc color RGB value is (186,24,220).

#ba18dc hex color red value is 186, green value is 24 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba18dc hue: 0.80 , saturation: 0.80 and the lightness value of ba18dc is 0.48.

The process color (four color CMYK) of #ba18dc color hex is 0.15, 0.89, 0.00, 0.14. Web safe color of #ba18dc is #cc00cc. Color #ba18dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00011000 11011100
Octal 272 30 334
Decimal 186 24 220
Hex BA 18 DC

RGB Percentages of Color #ba18dc

%43.26
%5.58
%51.16

CMYK Percentages of Color #ba18dc

%15
%89
%0
%14

Triadic Colors of #ba18dc

#ba18dc #dcba18 #18dcba

Analogous Colors of #ba18dc

#ba18dc #dc189c #5818dc

Monochromatic Colors of #ba18dc

#ba18dc

Complementary Color

#ba18dc #3adc18

#ba18dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba18dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba18dc Color CSS Codes

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

#ba18dc Text Font Color

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

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


#ba18dc Background Color

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

This div background color is #ba18dc


#ba18dc Border Color

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

This div border color is #ba18dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba18dc


Comments

No comments written yet.

Please login to write comment.