Color Hex Logo

#ba20ca Color Hex

#BA20CA
(186,32,202)
0 Favorites   0 Comments

Color spaces of #ba20ca

RGB 18632202
HSL0.820.730.46
HSV294°84°79°
CMYK 0.080.840.00   0.21
XYZ31.426915.736457.2582
Yxy15.73640.30100.1507
Hunter Lab39.669171.9913-57.8105
CIE-Lab46.626775.8036-53.4547

#ba20ca color RGB value is (186,32,202).

#ba20ca hex color red value is 186, green value is 32 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #ba20ca hue: 0.82 , saturation: 0.73 and the lightness value of ba20ca is 0.46.

The process color (four color CMYK) of #ba20ca color hex is 0.08, 0.84, 0.00, 0.21. Web safe color of #ba20ca is #cc33cc. Color #ba20ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00100000 11001010
Octal 272 40 312
Decimal 186 32 202
Hex BA 20 CA

RGB Percentages of Color #ba20ca

%44.29
%7.62
%48.10

CMYK Percentages of Color #ba20ca

%8
%84
%0
%21

Triadic Colors of #ba20ca

#ba20ca #caba20 #20caba

Analogous Colors of #ba20ca

#ba20ca #ca2085 #6520ca

Monochromatic Colors of #ba20ca

#ba20ca

Complementary Color

#ba20ca #30ca20

#ba20ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba20ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba20ca Color CSS Codes

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

#ba20ca Text Font Color

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

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


#ba20ca Background Color

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

This div background color is #ba20ca


#ba20ca Border Color

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

This div border color is #ba20ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba20ca


Comments

No comments written yet.

Please login to write comment.