Color Hex Logo

#ba62dc Color Hex

#BA62DC
(186,98,220)
0 Favorites   0 Comments

Color spaces of #ba62dc

RGB 18698220
HSL0.790.640.62
HSV283°55°86°
CMYK 0.150.550.00   0.14
XYZ37.535724.341870.4302
Yxy24.34180.28370.1840
Hunter Lab49.337449.4616-50.1015
CIE-Lab56.428454.6447-48.0903

#ba62dc color RGB value is (186,98,220).

#ba62dc hex color red value is 186, green value is 98 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ba62dc hue: 0.79 , saturation: 0.64 and the lightness value of ba62dc is 0.62.

The process color (four color CMYK) of #ba62dc color hex is 0.15, 0.55, 0.00, 0.14. Web safe color of #ba62dc is #cc66cc. Color #ba62dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01100010 11011100
Octal 272 142 334
Decimal 186 98 220
Hex BA 62 DC

RGB Percentages of Color #ba62dc

%36.90
%19.44
%43.65

CMYK Percentages of Color #ba62dc

%15
%55
%0
%14

Triadic Colors of #ba62dc

#ba62dc #dcba62 #62dcba

Analogous Colors of #ba62dc

#ba62dc #dc62c1 #7d62dc

Monochromatic Colors of #ba62dc

#ba62dc

Complementary Color

#ba62dc #84dc62

#ba62dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba62dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba62dc Color CSS Codes

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

#ba62dc Text Font Color

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

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


#ba62dc Background Color

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

This div background color is #ba62dc


#ba62dc Border Color

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

This div border color is #ba62dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba62dc


Comments

No comments written yet.

Please login to write comment.