Color Hex Logo

#ba83cc Color Hex

#BA83CC
(186,131,204)
0 Favorites   0 Comments

Color spaces of #ba83cc

RGB 186131204
HSL0.790.420.66
HSV285°36°80°
CMYK 0.090.360.00   0.20
XYZ39.265131.031361.0469
Yxy31.03130.29900.2363
Hunter Lab55.705728.3336-25.9808
CIE-Lab62.534033.8767-29.5131

#ba83cc color RGB value is (186,131,204).

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

The process color (four color CMYK) of #ba83cc color hex is 0.09, 0.36, 0.00, 0.20. Web safe color of #ba83cc is #cc99cc. Color #ba83cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000011 11001100
Octal 272 203 314
Decimal 186 131 204
Hex BA 83 CC

RGB Percentages of Color #ba83cc

%35.70
%25.14
%39.16

CMYK Percentages of Color #ba83cc

%9
%36
%0
%20

Triadic Colors of #ba83cc

#ba83cc #ccba83 #83ccba

Analogous Colors of #ba83cc

#ba83cc #cc83ba #9683cc

Monochromatic Colors of #ba83cc

#ba83cc

Complementary Color

#ba83cc #95cc83

#ba83cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba83cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba83cc Color CSS Codes

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

#ba83cc Text Font Color

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

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


#ba83cc Background Color

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

This div background color is #ba83cc


#ba83cc Border Color

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

This div border color is #ba83cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba83cc


Comments

No comments written yet.

Please login to write comment.