Color Hex Logo

#ba42dc Color Hex

#BA42DC
(186,66,220)
0 Favorites   0 Comments

Color spaces of #ba42dc

RGB 18666220
HSL0.800.690.56
HSV287°70°86°
CMYK 0.150.700.00   0.14
XYZ35.116219.502869.6237
Yxy19.50280.28260.1570
Hunter Lab44.162064.6541-62.5605
CIE-Lab51.270368.8201-56.3208

#ba42dc color RGB value is (186,66,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000010 11011100
Octal 272 102 334
Decimal 186 66 220
Hex BA 42 DC

RGB Percentages of Color #ba42dc

%39.41
%13.98
%46.61

CMYK Percentages of Color #ba42dc

%15
%70
%0
%14

Triadic Colors of #ba42dc

#ba42dc #dcba42 #42dcba

Analogous Colors of #ba42dc

#ba42dc #dc42b1 #6d42dc

Monochromatic Colors of #ba42dc

#ba42dc

Complementary Color

#ba42dc #64dc42

#ba42dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba42dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba42dc Color CSS Codes

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

#ba42dc Text Font Color

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

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


#ba42dc Background Color

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

This div background color is #ba42dc


#ba42dc Border Color

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

This div border color is #ba42dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,66,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 #ba42dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba42dc


Comments

No comments written yet.

Please login to write comment.