Color Hex Logo

#ba5fcd Color Hex

#BA5FCD
(186,95,205)
0 Favorites   0 Comments

Color spaces of #ba5fcd

RGB 18695205
HSL0.800.520.59
HSV290°54°80°
CMYK 0.090.540.00   0.20
XYZ35.361423.031360.3393
Yxy23.03130.29780.1940
Hunter Lab47.990947.5409-40.9520
CIE-Lab55.104653.1264-41.6829

#ba5fcd color RGB value is (186,95,205).

#ba5fcd hex color red value is 186, green value is 95 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ba5fcd hue: 0.80 , saturation: 0.52 and the lightness value of ba5fcd is 0.59.

The process color (four color CMYK) of #ba5fcd color hex is 0.09, 0.54, 0.00, 0.20. Web safe color of #ba5fcd is #cc66cc. Color #ba5fcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011111 11001101
Octal 272 137 315
Decimal 186 95 205
Hex BA 5F CD

RGB Percentages of Color #ba5fcd

%38.27
%19.55
%42.18

CMYK Percentages of Color #ba5fcd

%9
%54
%0
%20

Triadic Colors of #ba5fcd

#ba5fcd #cdba5f #5fcdba

Analogous Colors of #ba5fcd

#ba5fcd #cd5fa9 #835fcd

Monochromatic Colors of #ba5fcd

#ba5fcd

Complementary Color

#ba5fcd #72cd5f

#ba5fcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5fcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5fcd Color CSS Codes

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

#ba5fcd Text Font Color

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

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


#ba5fcd Background Color

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

This div background color is #ba5fcd


#ba5fcd Border Color

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

This div border color is #ba5fcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5fcd


Comments

No comments written yet.

Please login to write comment.