Color Hex Logo

#bd337b Color Hex

#BD337B
(189,51,123)
0 Favorites   0 Comments

Color spaces of #bd337b

RGB 18951123
HSL0.910.580.47
HSV329°73°74°
CMYK 0.000.730.35   0.26
XYZ25.745214.616520.2032
Yxy14.61650.42510.2413
Hunter Lab38.231553.2971-4.5693
CIE-Lab45.104460.1302-8.7207

#bd337b color RGB value is (189,51,123).

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

The process color (four color CMYK) of #bd337b color hex is 0.00, 0.73, 0.35, 0.26. Web safe color of #bd337b is #cc3366. Color #bd337b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 01111011
Octal 275 63 173
Decimal 189 51 123
Hex BD 33 7B

RGB Percentages of Color #bd337b

%52.07
%14.05
%33.88

CMYK Percentages of Color #bd337b

%0
%73
%35
%26

Triadic Colors of #bd337b

#bd337b #7bbd33 #337bbd

Analogous Colors of #bd337b

#bd337b #bd3336 #ba33bd

Monochromatic Colors of #bd337b

#bd337b

Complementary Color

#bd337b #33bd75

#bd337b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd337b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd337b Color CSS Codes

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

#bd337b Text Font Color

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

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


#bd337b Background Color

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

This div background color is #bd337b


#bd337b Border Color

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

This div border color is #bd337b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd337b


Comments

No comments written yet.

Please login to write comment.