Color Hex Logo

#bd094d Color Hex

#BD094D
(189,9,77)
0 Favorites   0 Comments

Color spaces of #bd094d

RGB 189977
HSL0.940.910.39
HSV337°95°74°
CMYK 0.000.950.59   0.26
XYZ22.423511.55008.0687
Yxy11.55000.53340.2747
Hunter Lab33.985358.30019.7132
CIE-Lab40.491865.453413.3935

#bd094d color RGB value is (189,9,77).

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

The process color (four color CMYK) of #bd094d color hex is 0.00, 0.95, 0.59, 0.26. Web safe color of #bd094d is #cc0066. Color #bd094d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00001001 01001101
Octal 275 11 115
Decimal 189 9 77
Hex BD 9 4D

RGB Percentages of Color #bd094d

%68.73
%3.27
%28.00

CMYK Percentages of Color #bd094d

%0
%95
%59
%26

Triadic Colors of #bd094d

#bd094d #4dbd09 #094dbd

Analogous Colors of #bd094d

#bd094d #bd1f09 #bd09a7

Monochromatic Colors of #bd094d

#bd094d

Complementary Color

#bd094d #09bd79

#bd094d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd094d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd094d Color CSS Codes

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

#bd094d Text Font Color

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

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


#bd094d Background Color

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

This div background color is #bd094d


#bd094d Border Color

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

This div border color is #bd094d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd094d


Comments

No comments written yet.

Please login to write comment.