Color Hex Logo

#ba35cc Color Hex

#BA35CC
(186,53,204)
0 Favorites   0 Comments

Color spaces of #ba35cc

RGB 18653204
HSL0.810.600.50
HSV293°74°80°
CMYK 0.090.740.00   0.20
XYZ32.421917.344958.7658
Yxy17.34490.29870.1598
Hunter Lab41.647266.0777-54.5074
CIE-Lab48.691770.5139-51.2990

#ba35cc color RGB value is (186,53,204).

#ba35cc hex color red value is 186, green value is 53 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ba35cc hue: 0.81 , saturation: 0.60 and the lightness value of ba35cc is 0.50.

The process color (four color CMYK) of #ba35cc color hex is 0.09, 0.74, 0.00, 0.20. Web safe color of #ba35cc is #cc33cc. Color #ba35cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00110101 11001100
Octal 272 65 314
Decimal 186 53 204
Hex BA 35 CC

RGB Percentages of Color #ba35cc

%41.99
%11.96
%46.05

CMYK Percentages of Color #ba35cc

%9
%74
%0
%20

Triadic Colors of #ba35cc

#ba35cc #ccba35 #35ccba

Analogous Colors of #ba35cc

#ba35cc #cc3593 #6f35cc

Monochromatic Colors of #ba35cc

#ba35cc

Complementary Color

#ba35cc #47cc35

#ba35cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba35cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba35cc Color CSS Codes

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

#ba35cc Text Font Color

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

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


#ba35cc Background Color

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

This div background color is #ba35cc


#ba35cc Border Color

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

This div border color is #ba35cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba35cc


Comments

No comments written yet.

Please login to write comment.