Color Hex Logo

#ba0dcc Color Hex

#BA0DCC
(186,13,204)
0 Favorites   0 Comments

Color spaces of #ba0dcc

RGB 18613204
HSL0.820.880.43
HSV294°94°80°
CMYK 0.090.940.00   0.20
XYZ31.292715.086658.3894
Yxy15.08660.29870.1440
Hunter Lab38.841575.8363-61.9401
CIE-Lab45.752679.0787-56.0180

#ba0dcc color RGB value is (186,13,204).

#ba0dcc hex color red value is 186, green value is 13 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ba0dcc hue: 0.82 , saturation: 0.88 and the lightness value of ba0dcc is 0.43.

The process color (four color CMYK) of #ba0dcc color hex is 0.09, 0.94, 0.00, 0.20. Web safe color of #ba0dcc is #cc00cc. Color #ba0dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001101 11001100
Octal 272 15 314
Decimal 186 13 204
Hex BA D CC

RGB Percentages of Color #ba0dcc

%46.15
%3.23
%50.62

CMYK Percentages of Color #ba0dcc

%9
%94
%0
%20

Triadic Colors of #ba0dcc

#ba0dcc #ccba0d #0dccba

Analogous Colors of #ba0dcc

#ba0dcc #cc0d7f #5a0dcc

Monochromatic Colors of #ba0dcc

#ba0dcc

Complementary Color

#ba0dcc #1fcc0d

#ba0dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0dcc Color CSS Codes

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

#ba0dcc Text Font Color

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

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


#ba0dcc Background Color

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

This div background color is #ba0dcc


#ba0dcc Border Color

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

This div border color is #ba0dcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,13,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 #ba0dcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0dcc


Comments

No comments written yet.

Please login to write comment.