Color Hex Logo

#bc2daa Color Hex

#BC2DAA
(188,45,170)
0 Favorites   0 Comments

Color spaces of #bc2daa

RGB 18845170
HSL0.850.610.46
HSV308°76°74°
CMYK 0.000.760.10   0.26
XYZ28.933115.470439.4914
Yxy15.47040.34490.1844
Hunter Lab39.332462.4736-31.9969
CIE-Lab46.271967.9348-35.2647

#bc2daa color RGB value is (188,45,170).

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

The process color (four color CMYK) of #bc2daa color hex is 0.00, 0.76, 0.10, 0.26. Web safe color of #bc2daa is #cc3399. Color #bc2daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00101101 10101010
Octal 274 55 252
Decimal 188 45 170
Hex BC 2D AA

RGB Percentages of Color #bc2daa

%46.65
%11.17
%42.18

CMYK Percentages of Color #bc2daa

%0
%76
%10
%26

Triadic Colors of #bc2daa

#bc2daa #aabc2d #2daabc

Analogous Colors of #bc2daa

#bc2daa #bc2d63 #872dbc

Monochromatic Colors of #bc2daa

#bc2daa

Complementary Color

#bc2daa #2dbc3f

#bc2daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc2daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc2daa Color CSS Codes

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

#bc2daa Text Font Color

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

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


#bc2daa Background Color

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

This div background color is #bc2daa


#bc2daa Border Color

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

This div border color is #bc2daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc2daa


Comments

No comments written yet.

Please login to write comment.