Color Hex Logo

#bd339b Color Hex

#BD339B
(189,51,155)
0 Favorites   0 Comments

Color spaces of #bd339b

RGB 18951155
HSL0.870.580.47
HSV315°73°74°
CMYK 0.000.730.18   0.26
XYZ28.086515.553032.5321
Yxy15.55300.36870.2042
Hunter Lab39.437358.1091-21.3026
CIE-Lab46.382564.1448-26.1489

#bd339b color RGB value is (189,51,155).

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

The process color (four color CMYK) of #bd339b color hex is 0.00, 0.73, 0.18, 0.26. Web safe color of #bd339b is #cc3399. Color #bd339b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110011 10011011
Octal 275 63 233
Decimal 189 51 155
Hex BD 33 9B

RGB Percentages of Color #bd339b

%47.85
%12.91
%39.24

CMYK Percentages of Color #bd339b

%0
%73
%18
%26

Triadic Colors of #bd339b

#bd339b #9bbd33 #339bbd

Analogous Colors of #bd339b

#bd339b #bd3356 #9a33bd

Monochromatic Colors of #bd339b

#bd339b

Complementary Color

#bd339b #33bd55

#bd339b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd339b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd339b Color CSS Codes

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

#bd339b Text Font Color

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

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


#bd339b Background Color

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

This div background color is #bd339b


#bd339b Border Color

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

This div border color is #bd339b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd339b


Comments

No comments written yet.

Please login to write comment.