Color Hex Logo

#bd649b Color Hex

#BD649B
(189,100,155)
0 Favorites   0 Comments

Color spaces of #bd649b

RGB 189100155
HSL0.900.400.57
HSV323°47°74°
CMYK 0.000.470.18   0.26
XYZ31.459822.299733.6565
Yxy22.29970.35990.2551
Hunter Lab47.222636.2777-9.2014
CIE-Lab54.343642.6621-13.9459

#bd649b color RGB value is (189,100,155).

#bd649b hex color red value is 189, green value is 100 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #bd649b hue: 0.90 , saturation: 0.40 and the lightness value of bd649b is 0.57.

The process color (four color CMYK) of #bd649b color hex is 0.00, 0.47, 0.18, 0.26. Web safe color of #bd649b is #cc6699. Color #bd649b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100100 10011011
Octal 275 144 233
Decimal 189 100 155
Hex BD 64 9B

RGB Percentages of Color #bd649b

%42.57
%22.52
%34.91

CMYK Percentages of Color #bd649b

%0
%47
%18
%26

Triadic Colors of #bd649b

#bd649b #9bbd64 #649bbd

Analogous Colors of #bd649b

#bd649b #bd646f #b364bd

Monochromatic Colors of #bd649b

#bd649b

Complementary Color

#bd649b #64bd86

#bd649b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd649b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd649b Color CSS Codes

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

#bd649b Text Font Color

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

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


#bd649b Background Color

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

This div background color is #bd649b


#bd649b Border Color

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

This div border color is #bd649b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd649b


Comments

No comments written yet.

Please login to write comment.