Color Hex Logo

#bd309b Color Hex

#BD309B
(189,48,155)
0 Favorites   0 Comments

Color spaces of #bd309b

RGB 18948155
HSL0.870.590.46
HSV314°75°74°
CMYK 0.000.750.18   0.26
XYZ27.959615.299332.4898
Yxy15.29930.36910.2020
Hunter Lab39.114359.1449-21.8684
CIE-Lab46.041465.1126-26.6789

#bd309b color RGB value is (189,48,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110000 10011011
Octal 275 60 233
Decimal 189 48 155
Hex BD 30 9B

RGB Percentages of Color #bd309b

%48.21
%12.24
%39.54

CMYK Percentages of Color #bd309b

%0
%75
%18
%26

Triadic Colors of #bd309b

#bd309b #9bbd30 #309bbd

Analogous Colors of #bd309b

#bd309b #bd3054 #9930bd

Monochromatic Colors of #bd309b

#bd309b

Complementary Color

#bd309b #30bd52

#bd309b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd309b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd309b Color CSS Codes

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

#bd309b Text Font Color

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

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


#bd309b Background Color

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

This div background color is #bd309b


#bd309b Border Color

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

This div border color is #bd309b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,48,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 #bd309b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd309b


Comments

No comments written yet.

Please login to write comment.