Color Hex Logo

#bd277c Color Hex

#BD277C
(189,39,124)
0 Favorites   0 Comments

Color spaces of #bd277c

RGB 18939124
HSL0.910.660.45
HSV326°79°74°
CMYK 0.000.790.34   0.26
XYZ25.349913.725120.3819
Yxy13.72510.42640.2308
Hunter Lab37.047457.3067-6.6856
CIE-Lab43.836163.9327-11.2428

#bd277c color RGB value is (189,39,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 01111100
Octal 275 47 174
Decimal 189 39 124
Hex BD 27 7C

RGB Percentages of Color #bd277c

%53.69
%11.08
%35.23

CMYK Percentages of Color #bd277c

%0
%79
%34
%26

Triadic Colors of #bd277c

#bd277c #7cbd27 #277cbd

Analogous Colors of #bd277c

#bd277c #bd2731 #b327bd

Monochromatic Colors of #bd277c

#bd277c

Complementary Color

#bd277c #27bd68

#bd277c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd277c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd277c Color CSS Codes

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

#bd277c Text Font Color

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

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


#bd277c Background Color

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

This div background color is #bd277c


#bd277c Border Color

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

This div border color is #bd277c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd277c


Comments

No comments written yet.

Please login to write comment.