Color Hex Logo

#ba2dcc Color Hex

#BA2DCC
(186,45,204)
0 Favorites   0 Comments

Color spaces of #ba2dcc

RGB 18645204
HSL0.810.640.49
HSV293°78°80°
CMYK 0.090.780.00   0.20
XYZ32.087216.675558.6543
Yxy16.67550.29870.1552
Hunter Lab40.835668.7966-56.5763
CIE-Lab47.848572.9419-52.6497

#ba2dcc color RGB value is (186,45,204).

#ba2dcc hex color red value is 186, green value is 45 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ba2dcc hue: 0.81 , saturation: 0.64 and the lightness value of ba2dcc is 0.49.

The process color (four color CMYK) of #ba2dcc color hex is 0.09, 0.78, 0.00, 0.20. Web safe color of #ba2dcc is #cc33cc. Color #ba2dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00101101 11001100
Octal 272 55 314
Decimal 186 45 204
Hex BA 2D CC

RGB Percentages of Color #ba2dcc

%42.76
%10.34
%46.90

CMYK Percentages of Color #ba2dcc

%9
%78
%0
%20

Triadic Colors of #ba2dcc

#ba2dcc #ccba2d #2dccba

Analogous Colors of #ba2dcc

#ba2dcc #cc2d8f #6b2dcc

Monochromatic Colors of #ba2dcc

#ba2dcc

Complementary Color

#ba2dcc #3fcc2d

#ba2dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba2dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba2dcc Color CSS Codes

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

#ba2dcc Text Font Color

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

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


#ba2dcc Background Color

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

This div background color is #ba2dcc


#ba2dcc Border Color

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

This div border color is #ba2dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba2dcc


Comments

No comments written yet.

Please login to write comment.