Color Hex Logo

#bd276f Color Hex

#BD276F
(189,39,111)
0 Favorites   0 Comments

Color spaces of #bd276f

RGB 18939111
HSL0.920.660.45
HSV331°79°74°
CMYK 0.000.790.41   0.26
XYZ24.581013.417616.3332
Yxy13.41760.45240.2470
Hunter Lab36.630055.6818-0.7962
CIE-Lab43.385862.5859-3.8781

#bd276f color RGB value is (189,39,111).

#bd276f hex color red value is 189, green value is 39 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bd276f hue: 0.92 , saturation: 0.66 and the lightness value of bd276f is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 01101111
Octal 275 47 157
Decimal 189 39 111
Hex BD 27 6F

RGB Percentages of Color #bd276f

%55.75
%11.50
%32.74

CMYK Percentages of Color #bd276f

%0
%79
%41
%26

Triadic Colors of #bd276f

#bd276f #6fbd27 #276fbd

Analogous Colors of #bd276f

#bd276f #bd2a27 #bd27ba

Monochromatic Colors of #bd276f

#bd276f

Complementary Color

#bd276f #27bd75

#bd276f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd276f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd276f Color CSS Codes

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

#bd276f Text Font Color

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

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


#bd276f Background Color

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

This div background color is #bd276f


#bd276f Border Color

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

This div border color is #bd276f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd276f


Comments

No comments written yet.

Please login to write comment.