Color Hex Logo

#ba58dc Color Hex

#BA58DC
(186,88,220)
0 Favorites   0 Comments

Color spaces of #ba58dc

RGB 18688220
HSL0.790.650.60
HSV285°60°86°
CMYK 0.150.600.00   0.14
XYZ36.657722.585970.1376
Yxy22.58590.28330.1746
Hunter Lab47.524654.5163-54.2339
CIE-Lab54.643259.4566-50.9284

#ba58dc color RGB value is (186,88,220).

#ba58dc hex color red value is 186, green value is 88 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba58dc hue: 0.79 , saturation: 0.65 and the lightness value of ba58dc is 0.60.

The process color (four color CMYK) of #ba58dc color hex is 0.15, 0.60, 0.00, 0.14. Web safe color of #ba58dc is #cc66cc. Color #ba58dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 11011100
Octal 272 130 334
Decimal 186 88 220
Hex BA 58 DC

RGB Percentages of Color #ba58dc

%37.65
%17.81
%44.53

CMYK Percentages of Color #ba58dc

%15
%60
%0
%14

Triadic Colors of #ba58dc

#ba58dc #dcba58 #58dcba

Analogous Colors of #ba58dc

#ba58dc #dc58bc #7858dc

Monochromatic Colors of #ba58dc

#ba58dc

Complementary Color

#ba58dc #7adc58

#ba58dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba58dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba58dc Color CSS Codes

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

#ba58dc Text Font Color

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

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


#ba58dc Background Color

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

This div background color is #ba58dc


#ba58dc Border Color

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

This div border color is #ba58dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba58dc


Comments

No comments written yet.

Please login to write comment.