Color Hex Logo

#ba58ca Color Hex

#BA58CA
(186,88,202)
0 Favorites   0 Comments

Color spaces of #ba58ca

RGB 18688202
HSL0.810.520.57
HSV292°56°79°
CMYK 0.080.560.00   0.21
XYZ34.400121.682858.2492
Yxy21.68280.30090.1896
Hunter Lab46.564850.3799-41.5722
CIE-Lab53.688855.9401-42.2047

#ba58ca color RGB value is (186,88,202).

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

The process color (four color CMYK) of #ba58ca color hex is 0.08, 0.56, 0.00, 0.21. Web safe color of #ba58ca is #cc66cc. Color #ba58ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01011000 11001010
Octal 272 130 312
Decimal 186 88 202
Hex BA 58 CA

RGB Percentages of Color #ba58ca

%39.08
%18.49
%42.44

CMYK Percentages of Color #ba58ca

%8
%56
%0
%21

Triadic Colors of #ba58ca

#ba58ca #caba58 #58caba

Analogous Colors of #ba58ca

#ba58ca #ca58a1 #8158ca

Monochromatic Colors of #ba58ca

#ba58ca

Complementary Color

#ba58ca #68ca58

#ba58ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba58ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba58ca Color CSS Codes

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

#ba58ca Text Font Color

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

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


#ba58ca Background Color

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

This div background color is #ba58ca


#ba58ca Border Color

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

This div border color is #ba58ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba58ca


Comments

No comments written yet.

Please login to write comment.