Color Hex Logo

#ba85cc Color Hex

#BA85CC
(186,133,204)
0 Favorites   0 Comments

Color spaces of #ba85cc

RGB 186133204
HSL0.790.410.66
HSV285°35°80°
CMYK 0.090.350.00   0.20
XYZ39.536331.573861.1373
Yxy31.57380.29900.2387
Hunter Lab56.190627.2611-25.1762
CIE-Lab62.989132.7708-28.8100

#ba85cc color RGB value is (186,133,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10000101 11001100
Octal 272 205 314
Decimal 186 133 204
Hex BA 85 CC

RGB Percentages of Color #ba85cc

%35.56
%25.43
%39.01

CMYK Percentages of Color #ba85cc

%9
%35
%0
%20

Triadic Colors of #ba85cc

#ba85cc #ccba85 #85ccba

Analogous Colors of #ba85cc

#ba85cc #cc85bb #9785cc

Monochromatic Colors of #ba85cc

#ba85cc

Complementary Color

#ba85cc #97cc85

#ba85cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba85cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba85cc Color CSS Codes

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

#ba85cc Text Font Color

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

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


#ba85cc Background Color

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

This div background color is #ba85cc


#ba85cc Border Color

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

This div border color is #ba85cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba85cc


Comments

No comments written yet.

Please login to write comment.