Color Hex Logo

#bd6094 Color Hex

#BD6094
(189,96,148)
0 Favorites   0 Comments

Color spaces of #bd6094

RGB 18996148
HSL0.910.410.56
HSV326°49°74°
CMYK 0.000.490.22   0.26
XYZ30.514421.322730.5244
Yxy21.32270.37050.2589
Hunter Lab46.176537.1476-6.8694
CIE-Lab53.300943.6565-11.4115

#bd6094 color RGB value is (189,96,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100000 10010100
Octal 275 140 224
Decimal 189 96 148
Hex BD 60 94

RGB Percentages of Color #bd6094

%43.65
%22.17
%34.18

CMYK Percentages of Color #bd6094

%0
%49
%22
%26

Triadic Colors of #bd6094

#bd6094 #94bd60 #6094bd

Analogous Colors of #bd6094

#bd6094 #bd6066 #b860bd

Monochromatic Colors of #bd6094

#bd6094

Complementary Color

#bd6094 #60bd89

#bd6094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6094 Color CSS Codes

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

#bd6094 Text Font Color

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

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


#bd6094 Background Color

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

This div background color is #bd6094


#bd6094 Border Color

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

This div border color is #bd6094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6094


Comments

No comments written yet.

Please login to write comment.