color codes Logo

#ba0dba color codes

#BA0DBA
(186,13,186)
0 Favorites   0 Comments

Color spaces of #ba0dba

RGB 18613186
HSL0.830.870.39
HSV300°93°73°
CMYK 0.000.930.00   0.27
XYZ29.256614.272147.6672
Yxy14.27210.32080.1565
Hunter Lab37.778472.1228-48.3647
CIE-Lab44.620776.3010-47.3439

#ba0dba color RGB value is (186,13,186).

#ba0dba hex color red value is 186, green value is 13 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ba0dba hue: 0.83 , saturation: 0.87 and the lightness value of ba0dba is 0.39.

The process color (four color CMYK) of #ba0dba color code is 0.00, 0.93, 0.00, 0.27. Web safe color of #ba0dba is #cc00cc. Color #ba0dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 00001101 10111010
Octal 272 15 272
Decimal 186 13 186
Hex BA D BA

RGB Percentages of Color #ba0dba

%48.31
%3.38
%48.31

CMYK Percentages of Color #ba0dba

%0
%93
%0
%27

Triadic Colors of #ba0dba

#ba0dba #baba0d #0dbaba

Analogous Colors of #ba0dba

#ba0dba #ba0d64 #630dba

Monochromatic Colors of #ba0dba

#ba0dba

Complementary Color

#ba0dba #0dba0d

#ba0dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ba0dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ba0dba Color CSS Codes

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

#ba0dba Text Font Color

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

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


#ba0dba Background Color

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

This div background color is #ba0dba


#ba0dba Border Color

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

This div border color is #ba0dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ba0dba


Comments

No comments written yet.

Please login to write comment.