Color Hex Logo

#bd2776 Color Hex

#BD2776
(189,39,118)
0 Favorites   0 Comments

Color spaces of #bd2776

RGB 18939118
HSL0.910.660.45
HSV328°79°74°
CMYK 0.000.790.38   0.26
XYZ24.981813.577918.4436
Yxy13.57790.43830.2382
Hunter Lab36.848256.5324-3.8826
CIE-Lab43.621463.2926-7.8648

#bd2776 color RGB value is (189,39,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 01110110
Octal 275 47 166
Decimal 189 39 118
Hex BD 27 76

RGB Percentages of Color #bd2776

%54.62
%11.27
%34.10

CMYK Percentages of Color #bd2776

%0
%79
%38
%26

Triadic Colors of #bd2776

#bd2776 #76bd27 #2776bd

Analogous Colors of #bd2776

#bd2776 #bd272b #b927bd

Monochromatic Colors of #bd2776

#bd2776

Complementary Color

#bd2776 #27bd6e

#bd2776 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2776 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2776 Color CSS Codes

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

#bd2776 Text Font Color

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

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


#bd2776 Background Color

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

This div background color is #bd2776


#bd2776 Border Color

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

This div border color is #bd2776


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2776


Comments

No comments written yet.

Please login to write comment.