Color Hex Logo

#bd309a Color Hex

#BD309A
(189,48,154)
0 Favorites   0 Comments

Color spaces of #bd309a

RGB 18948154
HSL0.870.590.46
HSV315°75°74°
CMYK 0.000.750.19   0.26
XYZ27.876015.265832.0492
Yxy15.26580.37070.2030
Hunter Lab39.071558.9778-21.2838
CIE-Lab45.996164.9762-26.1502

#bd309a color RGB value is (189,48,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110000 10011010
Octal 275 60 232
Decimal 189 48 154
Hex BD 30 9A

RGB Percentages of Color #bd309a

%48.34
%12.28
%39.39

CMYK Percentages of Color #bd309a

%0
%75
%19
%26

Triadic Colors of #bd309a

#bd309a #9abd30 #309abd

Analogous Colors of #bd309a

#bd309a #bd3053 #9a30bd

Monochromatic Colors of #bd309a

#bd309a

Complementary Color

#bd309a #30bd53

#bd309a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd309a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd309a Color CSS Codes

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

#bd309a Text Font Color

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

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


#bd309a Background Color

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

This div background color is #bd309a


#bd309a Border Color

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

This div border color is #bd309a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd309a


Comments

No comments written yet.

Please login to write comment.