Color Hex Logo

#bd6190 Color Hex

#BD6190
(189,97,144)
0 Favorites   0 Comments

Color spaces of #bd6190

RGB 18997144
HSL0.910.410.56
HSV329°49°74°
CMYK 0.000.490.24   0.26
XYZ30.295021.381828.9159
Yxy21.38180.37590.2653
Hunter Lab46.240536.0256-4.7079
CIE-Lab53.364842.5583-8.9604

#bd6190 color RGB value is (189,97,144).

#bd6190 hex color red value is 189, green value is 97 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bd6190 hue: 0.91 , saturation: 0.41 and the lightness value of bd6190 is 0.56.

The process color (four color CMYK) of #bd6190 color hex is 0.00, 0.49, 0.24, 0.26. Web safe color of #bd6190 is #cc6699. Color #bd6190 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100001 10010000
Octal 275 141 220
Decimal 189 97 144
Hex BD 61 90

RGB Percentages of Color #bd6190

%43.95
%22.56
%33.49

CMYK Percentages of Color #bd6190

%0
%49
%24
%26

Triadic Colors of #bd6190

#bd6190 #90bd61 #6190bd

Analogous Colors of #bd6190

#bd6190 #bd6162 #bc61bd

Monochromatic Colors of #bd6190

#bd6190

Complementary Color

#bd6190 #61bd8e

#bd6190 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6190 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6190 Color CSS Codes

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

#bd6190 Text Font Color

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

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


#bd6190 Background Color

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

This div background color is #bd6190


#bd6190 Border Color

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

This div border color is #bd6190


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6190


Comments

No comments written yet.

Please login to write comment.