Color Hex Logo

#ba62ca Color Hex

#BA62CA
(186,98,202)
0 Favorites   0 Comments

Color spaces of #ba62ca

RGB 18698202
HSL0.810.500.59
HSV291°51°79°
CMYK 0.080.510.00   0.21
XYZ35.278123.438758.5419
Yxy23.43870.30090.1999
Hunter Lab48.413545.3462-37.8043
CIE-Lab55.521451.0472-39.3166

#ba62ca color RGB value is (186,98,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100010 11001010
Octal 272 142 312
Decimal 186 98 202
Hex BA 62 CA

RGB Percentages of Color #ba62ca

%38.27
%20.16
%41.56

CMYK Percentages of Color #ba62ca

%8
%51
%0
%21

Triadic Colors of #ba62ca

#ba62ca #caba62 #62caba

Analogous Colors of #ba62ca

#ba62ca #ca62a6 #8662ca

Monochromatic Colors of #ba62ca

#ba62ca

Complementary Color

#ba62ca #72ca62

#ba62ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba62ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba62ca Color CSS Codes

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

#ba62ca Text Font Color

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

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


#ba62ca Background Color

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

This div background color is #ba62ca


#ba62ca Border Color

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

This div border color is #ba62ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba62ca


Comments

No comments written yet.

Please login to write comment.