Color Hex Logo

#bc0daa Color Hex

#BC0DAA
(188,13,170)
0 Favorites   0 Comments

Color spaces of #bc0daa

RGB 18813170
HSL0.850.870.39
HSV306°93°74°
CMYK 0.000.930.10   0.26
XYZ28.138713.881539.2265
Yxy13.88150.34630.1709
Hunter Lab37.257969.6093-36.3422
CIE-Lab44.062574.3510-38.7543

#bc0daa color RGB value is (188,13,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001101 10101010
Octal 274 15 252
Decimal 188 13 170
Hex BC D AA

RGB Percentages of Color #bc0daa

%50.67
%3.50
%45.82

CMYK Percentages of Color #bc0daa

%0
%93
%10
%26

Triadic Colors of #bc0daa

#bc0daa #aabc0d #0daabc

Analogous Colors of #bc0daa

#bc0daa #bc0d52 #770dbc

Monochromatic Colors of #bc0daa

#bc0daa

Complementary Color

#bc0daa #0dbc1f

#bc0daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0daa Color CSS Codes

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

#bc0daa Text Font Color

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

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


#bc0daa Background Color

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

This div background color is #bc0daa


#bc0daa Border Color

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

This div border color is #bc0daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0daa


Comments

No comments written yet.

Please login to write comment.