Color Hex Logo

#bd334a Color Hex

#BD334A
(189,51,74)
0 Favorites   0 Comments

Color spaces of #bd334a

RGB 1895174
HSL0.970.580.47
HSV350°73°74°
CMYK 0.000.730.61   0.26
XYZ23.406113.68097.8856
Yxy13.68090.52050.3042
Hunter Lab36.987748.227713.2510
CIE-Lab43.771855.763919.6889

#bd334a color RGB value is (189,51,74).

#bd334a hex color red value is 189, green value is 51 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bd334a hue: 0.97 , saturation: 0.58 and the lightness value of bd334a is 0.47.

The process color (four color CMYK) of #bd334a color hex is 0.00, 0.73, 0.61, 0.26. Web safe color of #bd334a is #cc3333. Color #bd334a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 01001010
Octal 275 63 112
Decimal 189 51 74
Hex BD 33 4A

RGB Percentages of Color #bd334a

%60.19
%16.24
%23.57

CMYK Percentages of Color #bd334a

%0
%73
%61
%26

Triadic Colors of #bd334a

#bd334a #4abd33 #334abd

Analogous Colors of #bd334a

#bd334a #bd6133 #bd338f

Monochromatic Colors of #bd334a

#bd334a

Complementary Color

#bd334a #33bda6

#bd334a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd334a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd334a Color CSS Codes

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

#bd334a Text Font Color

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

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


#bd334a Background Color

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

This div background color is #bd334a


#bd334a Border Color

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

This div border color is #bd334a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd334a


Comments

No comments written yet.

Please login to write comment.