Color Hex Logo

#bd276a Color Hex

#BD276A
(189,39,106)
0 Favorites   0 Comments

Color spaces of #bd276a

RGB 18939106
HSL0.930.660.45
HSV333°79°74°
CMYK 0.000.790.44   0.26
XYZ24.313313.310514.9234
Yxy13.31050.46270.2533
Hunter Lab36.483655.10941.2862
CIE-Lab43.227462.1081-1.0013

#bd276a color RGB value is (189,39,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 01101010
Octal 275 47 152
Decimal 189 39 106
Hex BD 27 6A

RGB Percentages of Color #bd276a

%56.59
%11.68
%31.74

CMYK Percentages of Color #bd276a

%0
%79
%44
%26

Triadic Colors of #bd276a

#bd276a #6abd27 #276abd

Analogous Colors of #bd276a

#bd276a #bd2f27 #bd27b5

Monochromatic Colors of #bd276a

#bd276a

Complementary Color

#bd276a #27bd7a

#bd276a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd276a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd276a Color CSS Codes

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

#bd276a Text Font Color

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

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


#bd276a Background Color

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

This div background color is #bd276a


#bd276a Border Color

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

This div border color is #bd276a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd276a


Comments

No comments written yet.

Please login to write comment.