Color Hex Logo

#ba58cc Color Hex

#BA58CC
(186,88,204)
0 Favorites   0 Comments

Color spaces of #ba58cc

RGB 18688204
HSL0.810.530.57
HSV291°57°80°
CMYK 0.090.570.00   0.20
XYZ34.638521.778259.5047
Yxy21.77820.29880.1879
Hunter Lab46.667150.8235-42.9330
CIE-Lab53.790956.3214-43.1870

#ba58cc color RGB value is (186,88,204).

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

The process color (four color CMYK) of #ba58cc color hex is 0.09, 0.57, 0.00, 0.20. Web safe color of #ba58cc is #cc66cc. Color #ba58cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 11001100
Octal 272 130 314
Decimal 186 88 204
Hex BA 58 CC

RGB Percentages of Color #ba58cc

%38.91
%18.41
%42.68

CMYK Percentages of Color #ba58cc

%9
%57
%0
%20

Triadic Colors of #ba58cc

#ba58cc #ccba58 #58ccba

Analogous Colors of #ba58cc

#ba58cc #cc58a4 #8058cc

Monochromatic Colors of #ba58cc

#ba58cc

Complementary Color

#ba58cc #6acc58

#ba58cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba58cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba58cc Color CSS Codes

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

#ba58cc Text Font Color

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

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


#ba58cc Background Color

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

This div background color is #ba58cc


#ba58cc Border Color

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

This div border color is #ba58cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba58cc


Comments

No comments written yet.

Please login to write comment.