Color Hex Logo

#bd749a Color Hex

#BD749A
(189,116,154)
0 Favorites   0 Comments

Color spaces of #bd749a

RGB 189116154
HSL0.910.360.60
HSV329°39°74°
CMYK 0.000.390.19   0.26
XYZ33.064425.642733.7787
Yxy25.64270.35750.2773
Hunter Lab50.638627.9337-4.1026
CIE-Lab57.696333.9935-8.3287

#bd749a color RGB value is (189,116,154).

#bd749a hex color red value is 189, green value is 116 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bd749a hue: 0.91 , saturation: 0.36 and the lightness value of bd749a is 0.60.

The process color (four color CMYK) of #bd749a color hex is 0.00, 0.39, 0.19, 0.26. Web safe color of #bd749a is #cc6699. Color #bd749a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110100 10011010
Octal 275 164 232
Decimal 189 116 154
Hex BD 74 9A

RGB Percentages of Color #bd749a

%41.18
%25.27
%33.55

CMYK Percentages of Color #bd749a

%0
%39
%19
%26

Triadic Colors of #bd749a

#bd749a #9abd74 #749abd

Analogous Colors of #bd749a

#bd749a #bd7476 #bc74bd

Monochromatic Colors of #bd749a

#bd749a

Complementary Color

#bd749a #74bd97

#bd749a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd749a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd749a Color CSS Codes

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

#bd749a Text Font Color

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

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


#bd749a Background Color

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

This div background color is #bd749a


#bd749a Border Color

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

This div border color is #bd749a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd749a


Comments

No comments written yet.

Please login to write comment.