Color Hex Logo

#ba5dcb Color Hex

#BA5DCB
(186,93,203)
0 Favorites   0 Comments

Color spaces of #ba5dcb

RGB 18693203
HSL0.810.510.58
HSV291°54°80°
CMYK 0.080.540.00   0.20
XYZ34.943522.579659.0165
Yxy22.57960.29980.1938
Hunter Lab47.518048.1078-40.3745
CIE-Lab54.636653.7210-41.2803

#ba5dcb color RGB value is (186,93,203).

#ba5dcb hex color red value is 186, green value is 93 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ba5dcb hue: 0.81 , saturation: 0.51 and the lightness value of ba5dcb is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011101 11001011
Octal 272 135 313
Decimal 186 93 203
Hex BA 5D CB

RGB Percentages of Color #ba5dcb

%38.59
%19.29
%42.12

CMYK Percentages of Color #ba5dcb

%8
%54
%0
%20

Triadic Colors of #ba5dcb

#ba5dcb #cbba5d #5dcbba

Analogous Colors of #ba5dcb

#ba5dcb #cb5da5 #835dcb

Monochromatic Colors of #ba5dcb

#ba5dcb

Complementary Color

#ba5dcb #6ecb5d

#ba5dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba5dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba5dcb Color CSS Codes

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

#ba5dcb Text Font Color

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

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


#ba5dcb Background Color

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

This div background color is #ba5dcb


#ba5dcb Border Color

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

This div border color is #ba5dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba5dcb


Comments

No comments written yet.

Please login to write comment.