Color Hex Logo

#bd3951 Color Hex

#BD3951
(189,57,81)
0 Favorites   0 Comments

Color spaces of #bd3951

RGB 1895781
HSL0.970.540.48
HSV349°70°74°
CMYK 0.000.700.57   0.26
XYZ23.934614.33929.2908
Yxy14.33920.50320.3015
Hunter Lab37.867146.556611.9600
CIE-Lab44.715554.037416.6323

#bd3951 color RGB value is (189,57,81).

#bd3951 hex color red value is 189, green value is 57 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bd3951 hue: 0.97 , saturation: 0.54 and the lightness value of bd3951 is 0.48.

The process color (four color CMYK) of #bd3951 color hex is 0.00, 0.70, 0.57, 0.26. Web safe color of #bd3951 is #cc3366. Color #bd3951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00111001 01010001
Octal 275 71 121
Decimal 189 57 81
Hex BD 39 51

RGB Percentages of Color #bd3951

%57.80
%17.43
%24.77

CMYK Percentages of Color #bd3951

%0
%70
%57
%26

Triadic Colors of #bd3951

#bd3951 #51bd39 #3951bd

Analogous Colors of #bd3951

#bd3951 #bd6339 #bd3993

Monochromatic Colors of #bd3951

#bd3951

Complementary Color

#bd3951 #39bda5

#bd3951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd3951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd3951 Color CSS Codes

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

#bd3951 Text Font Color

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

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


#bd3951 Background Color

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

This div background color is #bd3951


#bd3951 Border Color

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

This div border color is #bd3951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd3951


Comments

No comments written yet.

Please login to write comment.