Color Hex Logo

#bd6995 Color Hex

#BD6995
(189,105,149)
0 Favorites   0 Comments

Color spaces of #bd6995

RGB 189105149
HSL0.910.390.58
HSV329°44°74°
CMYK 0.000.440.21   0.26
XYZ31.462723.091931.2327
Yxy23.09190.36680.2692
Hunter Lab48.054032.7758-4.8977
CIE-Lab55.166939.1239-9.1990

#bd6995 color RGB value is (189,105,149).

#bd6995 hex color red value is 189, green value is 105 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #bd6995 hue: 0.91 , saturation: 0.39 and the lightness value of bd6995 is 0.58.

The process color (four color CMYK) of #bd6995 color hex is 0.00, 0.44, 0.21, 0.26. Web safe color of #bd6995 is #cc6699. Color #bd6995 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01101001 10010101
Octal 275 151 225
Decimal 189 105 149
Hex BD 69 95

RGB Percentages of Color #bd6995

%42.66
%23.70
%33.63

CMYK Percentages of Color #bd6995

%0
%44
%21
%26

Triadic Colors of #bd6995

#bd6995 #95bd69 #6995bd

Analogous Colors of #bd6995

#bd6995 #bd696b #bb69bd

Monochromatic Colors of #bd6995

#bd6995

Complementary Color

#bd6995 #69bd91

#bd6995 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6995 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6995 Color CSS Codes

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

#bd6995 Text Font Color

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

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


#bd6995 Background Color

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

This div background color is #bd6995


#bd6995 Border Color

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

This div border color is #bd6995


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6995


Comments

No comments written yet.

Please login to write comment.