Color Hex Logo

#ba5cdf Color Hex

#BA5CDF
(186,92,223)
0 Favorites   0 Comments

Color spaces of #ba5cdf

RGB 18692223
HSL0.790.670.62
HSV283°59°87°
CMYK 0.170.590.00   0.13
XYZ37.396123.421172.3618
Yxy23.42110.28080.1759
Hunter Lab48.395453.2388-54.7750
CIE-Lab55.503558.1762-51.2520

#ba5cdf color RGB value is (186,92,223).

#ba5cdf hex color red value is 186, green value is 92 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ba5cdf hue: 0.79 , saturation: 0.67 and the lightness value of ba5cdf is 0.62.

The process color (four color CMYK) of #ba5cdf color hex is 0.17, 0.59, 0.00, 0.13. Web safe color of #ba5cdf is #cc66cc. Color #ba5cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011100 11011111
Octal 272 134 337
Decimal 186 92 223
Hex BA 5C DF

RGB Percentages of Color #ba5cdf

%37.13
%18.36
%44.51

CMYK Percentages of Color #ba5cdf

%17
%59
%0
%13

Triadic Colors of #ba5cdf

#ba5cdf #dfba5c #5cdfba

Analogous Colors of #ba5cdf

#ba5cdf #df5cc3 #795cdf

Monochromatic Colors of #ba5cdf

#ba5cdf

Complementary Color

#ba5cdf #81df5c

#ba5cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5cdf Color CSS Codes

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

#ba5cdf Text Font Color

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

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


#ba5cdf Background Color

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

This div background color is #ba5cdf


#ba5cdf Border Color

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

This div border color is #ba5cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5cdf


Comments

No comments written yet.

Please login to write comment.