Color Hex Logo

#bd4aac Color Hex

#BD4AAC
(189,74,172)
0 Favorites   0 Comments

Color spaces of #bd4aac

RGB 18974172
HSL0.860.470.52
HSV309°61°74°
CMYK 0.000.610.09   0.26
XYZ30.881418.694941.0106
Yxy18.69490.34090.2064
Hunter Lab43.237651.8235-25.9699
CIE-Lab50.328357.8363-30.0768

#bd4aac color RGB value is (189,74,172).

#bd4aac hex color red value is 189, green value is 74 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bd4aac hue: 0.86 , saturation: 0.47 and the lightness value of bd4aac is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001010 10101100
Octal 275 112 254
Decimal 189 74 172
Hex BD 4A AC

RGB Percentages of Color #bd4aac

%43.45
%17.01
%39.54

CMYK Percentages of Color #bd4aac

%0
%61
%9
%26

Triadic Colors of #bd4aac

#bd4aac #acbd4a #4aacbd

Analogous Colors of #bd4aac

#bd4aac #bd4a73 #954abd

Monochromatic Colors of #bd4aac

#bd4aac

Complementary Color

#bd4aac #4abd5b

#bd4aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4aac Color CSS Codes

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

#bd4aac Text Font Color

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

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


#bd4aac Background Color

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

This div background color is #bd4aac


#bd4aac Border Color

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

This div border color is #bd4aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4aac


Comments

No comments written yet.

Please login to write comment.