Color Hex Logo

#bd306f Color Hex

#BD306F
(189,48,111)
0 Favorites   0 Comments

Color spaces of #bd306f

RGB 18948111
HSL0.930.590.46
HSV333°75°74°
CMYK 0.000.750.41   0.26
XYZ24.912514.080416.4437
Yxy14.08040.44940.2540
Hunter Lab37.523952.84130.2846
CIE-Lab44.348059.8643-2.4583

#bd306f color RGB value is (189,48,111).

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

The process color (four color CMYK) of #bd306f color hex is 0.00, 0.75, 0.41, 0.26. Web safe color of #bd306f is #cc3366. Color #bd306f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110000 01101111
Octal 275 60 157
Decimal 189 48 111
Hex BD 30 6F

RGB Percentages of Color #bd306f

%54.31
%13.79
%31.90

CMYK Percentages of Color #bd306f

%0
%75
%41
%26

Triadic Colors of #bd306f

#bd306f #6fbd30 #306fbd

Analogous Colors of #bd306f

#bd306f #bd3830 #bd30b6

Monochromatic Colors of #bd306f

#bd306f

Complementary Color

#bd306f #30bd7e

#bd306f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd306f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd306f Color CSS Codes

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

#bd306f Text Font Color

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

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


#bd306f Background Color

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

This div background color is #bd306f


#bd306f Border Color

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

This div border color is #bd306f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd306f


Comments

No comments written yet.

Please login to write comment.