Color Hex Logo

#bd337a Color Hex

#BD337A
(189,51,122)
0 Favorites   0 Comments

Color spaces of #bd337a

RGB 18951122
HSL0.910.580.47
HSV329°73°74°
CMYK 0.000.730.35   0.26
XYZ25.682914.591619.8752
Yxy14.59160.42700.2426
Hunter Lab38.199053.1655-4.1098
CIE-Lab45.069760.0186-8.1599

#bd337a color RGB value is (189,51,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 01111010
Octal 275 63 172
Decimal 189 51 122
Hex BD 33 7A

RGB Percentages of Color #bd337a

%52.21
%14.09
%33.70

CMYK Percentages of Color #bd337a

%0
%73
%35
%26

Triadic Colors of #bd337a

#bd337a #7abd33 #337abd

Analogous Colors of #bd337a

#bd337a #bd3335 #bb33bd

Monochromatic Colors of #bd337a

#bd337a

Complementary Color

#bd337a #33bd76

#bd337a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd337a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd337a Color CSS Codes

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

#bd337a Text Font Color

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

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


#bd337a Background Color

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

This div background color is #bd337a


#bd337a Border Color

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

This div border color is #bd337a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd337a


Comments

No comments written yet.

Please login to write comment.