Color Hex Logo

#ba62fc Color Hex

#BA62FC
(186,98,252)
0 Favorites   0 Comments

Color spaces of #ba62fc

RGB 18698252
HSL0.760.960.69
HSV274°61°99°
CMYK 0.260.610.00   0.01
XYZ42.188126.202794.9295
Yxy26.20270.25830.1604
Hunter Lab51.188657.5344-74.1216
CIE-Lab58.229061.4533-63.0822

#ba62fc color RGB value is (186,98,252).

#ba62fc hex color red value is 186, green value is 98 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ba62fc hue: 0.76 , saturation: 0.96 and the lightness value of ba62fc is 0.69.

The process color (four color CMYK) of #ba62fc color hex is 0.26, 0.61, 0.00, 0.01. Web safe color of #ba62fc is #cc66ff. Color #ba62fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100010 11111100
Octal 272 142 374
Decimal 186 98 252
Hex BA 62 FC

RGB Percentages of Color #ba62fc

%34.70
%18.28
%47.01

CMYK Percentages of Color #ba62fc

%26
%61
%0
%1

Triadic Colors of #ba62fc

#ba62fc #fcba62 #62fcba

Analogous Colors of #ba62fc

#ba62fc #fc62f1 #6d62fc

Monochromatic Colors of #ba62fc

#ba62fc

Complementary Color

#ba62fc #a4fc62

#ba62fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba62fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba62fc Color CSS Codes

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

#ba62fc Text Font Color

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

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


#ba62fc Background Color

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

This div background color is #ba62fc


#ba62fc Border Color

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

This div border color is #ba62fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba62fc


Comments

No comments written yet.

Please login to write comment.