Color Hex Logo

#ba3cbd Color Hex

#BA3CBD
(186,60,189)
0 Favorites   0 Comments

Color spaces of #ba3cbd

RGB 18660189
HSL0.830.520.49
HSV299°68°74°
CMYK 0.020.680.00   0.26
XYZ31.050917.344949.8555
Yxy17.34490.31600.1765
Hunter Lab41.647260.2016-41.8225
CIE-Lab48.691765.5185-42.6140

#ba3cbd color RGB value is (186,60,189).

#ba3cbd hex color red value is 186, green value is 60 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ba3cbd hue: 0.83 , saturation: 0.52 and the lightness value of ba3cbd is 0.49.

The process color (four color CMYK) of #ba3cbd color hex is 0.02, 0.68, 0.00, 0.26. Web safe color of #ba3cbd is #cc33cc. Color #ba3cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00111100 10111101
Octal 272 74 275
Decimal 186 60 189
Hex BA 3C BD

RGB Percentages of Color #ba3cbd

%42.76
%13.79
%43.45

CMYK Percentages of Color #ba3cbd

%2
%68
%0
%26

Triadic Colors of #ba3cbd

#ba3cbd #bdba3c #3cbdba

Analogous Colors of #ba3cbd

#ba3cbd #bd3c80 #7a3cbd

Monochromatic Colors of #ba3cbd

#ba3cbd

Complementary Color

#ba3cbd #3fbd3c

#ba3cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba3cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba3cbd Color CSS Codes

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

#ba3cbd Text Font Color

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

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


#ba3cbd Background Color

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

This div background color is #ba3cbd


#ba3cbd Border Color

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

This div border color is #ba3cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba3cbd


Comments

No comments written yet.

Please login to write comment.