Color Hex Logo

#ba83cb Color Hex

#BA83CB
(186,131,203)
0 Favorites   0 Comments

Color spaces of #ba83cb

RGB 186131203
HSL0.790.410.65
HSV286°35°80°
CMYK 0.080.350.00   0.20
XYZ39.145530.983560.4171
Yxy30.98350.29990.2373
Hunter Lab55.662828.1222-25.3901
CIE-Lab62.493733.6721-29.0136

#ba83cb color RGB value is (186,131,203).

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

The process color (four color CMYK) of #ba83cb color hex is 0.08, 0.35, 0.00, 0.20. Web safe color of #ba83cb is #cc99cc. Color #ba83cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000011 11001011
Octal 272 203 313
Decimal 186 131 203
Hex BA 83 CB

RGB Percentages of Color #ba83cb

%35.77
%25.19
%39.04

CMYK Percentages of Color #ba83cb

%8
%35
%0
%20

Triadic Colors of #ba83cb

#ba83cb #cbba83 #83cbba

Analogous Colors of #ba83cb

#ba83cb #cb83b8 #9683cb

Monochromatic Colors of #ba83cb

#ba83cb

Complementary Color

#ba83cb #94cb83

#ba83cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba83cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba83cb Color CSS Codes

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

#ba83cb Text Font Color

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

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


#ba83cb Background Color

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

This div background color is #ba83cb


#ba83cb Border Color

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

This div border color is #ba83cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba83cb


Comments

No comments written yet.

Please login to write comment.