Color Hex Logo

#ba41ce Color Hex

#BA41CE
(186,65,206)
0 Favorites   0 Comments

Color spaces of #ba41ce

RGB 18665206
HSL0.810.590.53
HSV291°68°81°
CMYK 0.100.680.00   0.19
XYZ33.280618.675960.2433
Yxy18.67590.29660.1665
Hunter Lab43.215661.8365-52.4003
CIE-Lab50.305866.6138-49.8694

#ba41ce color RGB value is (186,65,206).

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

The process color (four color CMYK) of #ba41ce color hex is 0.10, 0.68, 0.00, 0.19. Web safe color of #ba41ce is #cc33cc. Color #ba41ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 01000001 11001110
Octal 272 101 316
Decimal 186 65 206
Hex BA 41 CE

RGB Percentages of Color #ba41ce

%40.70
%14.22
%45.08

CMYK Percentages of Color #ba41ce

%10
%68
%0
%19

Triadic Colors of #ba41ce

#ba41ce #ceba41 #41ceba

Analogous Colors of #ba41ce

#ba41ce #ce419c #7441ce

Monochromatic Colors of #ba41ce

#ba41ce

Complementary Color

#ba41ce #55ce41

#ba41ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba41ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba41ce Color CSS Codes

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

#ba41ce Text Font Color

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

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


#ba41ce Background Color

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

This div background color is #ba41ce


#ba41ce Border Color

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

This div border color is #ba41ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba41ce


Comments

No comments written yet.

Please login to write comment.