Color Hex Logo

#bd2cac Color Hex

#BD2CAC
(189,44,172)
0 Favorites   0 Comments

Color spaces of #bd2cac

RGB 18944172
HSL0.850.620.46
HSV307°77°74°
CMYK 0.000.770.09   0.26
XYZ29.333315.598740.4945
Yxy15.59870.34340.1826
Hunter Lab39.495263.4564-33.1435
CIE-Lab46.443568.7385-36.1663

#bd2cac color RGB value is (189,44,172).

#bd2cac hex color red value is 189, green value is 44 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bd2cac hue: 0.85 , saturation: 0.62 and the lightness value of bd2cac is 0.46.

The process color (four color CMYK) of #bd2cac color hex is 0.00, 0.77, 0.09, 0.26. Web safe color of #bd2cac is #cc3399. Color #bd2cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00101100 10101100
Octal 275 54 254
Decimal 189 44 172
Hex BD 2C AC

RGB Percentages of Color #bd2cac

%46.67
%10.86
%42.47

CMYK Percentages of Color #bd2cac

%0
%77
%9
%26

Triadic Colors of #bd2cac

#bd2cac #acbd2c #2cacbd

Analogous Colors of #bd2cac

#bd2cac #bd2c63 #862cbd

Monochromatic Colors of #bd2cac

#bd2cac

Complementary Color

#bd2cac #2cbd3d

#bd2cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2cac Color CSS Codes

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

#bd2cac Text Font Color

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

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


#bd2cac Background Color

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

This div background color is #bd2cac


#bd2cac Border Color

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

This div border color is #bd2cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2cac


Comments

No comments written yet.

Please login to write comment.