Color Hex Logo

#bd0caa Color Hex

#BD0CAA
(189,12,170)
0 Favorites   0 Comments

Color spaces of #bd0caa

RGB 18912170
HSL0.850.880.39
HSV306°94°74°
CMYK 0.000.940.10   0.26
XYZ28.373413.984039.2340
Yxy13.98400.34770.1714
Hunter Lab37.395269.9944-36.0288
CIE-Lab44.210074.6393-38.5091

#bd0caa color RGB value is (189,12,170).

#bd0caa hex color red value is 189, green value is 12 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bd0caa hue: 0.85 , saturation: 0.88 and the lightness value of bd0caa is 0.39.

The process color (four color CMYK) of #bd0caa color hex is 0.00, 0.94, 0.10, 0.26. Web safe color of #bd0caa is #cc0099. Color #bd0caa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001100 10101010
Octal 275 14 252
Decimal 189 12 170
Hex BD C AA

RGB Percentages of Color #bd0caa

%50.94
%3.23
%45.82

CMYK Percentages of Color #bd0caa

%0
%94
%10
%26

Triadic Colors of #bd0caa

#bd0caa #aabd0c #0caabd

Analogous Colors of #bd0caa

#bd0caa #bd0c52 #780cbd

Monochromatic Colors of #bd0caa

#bd0caa

Complementary Color

#bd0caa #0cbd1f

#bd0caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0caa Color CSS Codes

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

#bd0caa Text Font Color

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

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


#bd0caa Background Color

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

This div background color is #bd0caa


#bd0caa Border Color

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

This div border color is #bd0caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0caa


Comments

No comments written yet.

Please login to write comment.