Color Hex Logo

#bd277b Color Hex

#BD277B
(189,39,123)
0 Favorites   0 Comments

Color spaces of #bd277b

RGB 18939123
HSL0.910.660.45
HSV326°79°74°
CMYK 0.000.790.35   0.26
XYZ25.286913.699920.0505
Yxy13.69990.42830.2321
Hunter Lab37.013457.1747-6.2086
CIE-Lab43.799463.8238-10.6825

#bd277b color RGB value is (189,39,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100111 01111011
Octal 275 47 173
Decimal 189 39 123
Hex BD 27 7B

RGB Percentages of Color #bd277b

%53.85
%11.11
%35.04

CMYK Percentages of Color #bd277b

%0
%79
%35
%26

Triadic Colors of #bd277b

#bd277b #7bbd27 #277bbd

Analogous Colors of #bd277b

#bd277b #bd2730 #b427bd

Monochromatic Colors of #bd277b

#bd277b

Complementary Color

#bd277b #27bd69

#bd277b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd277b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd277b Color CSS Codes

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

#bd277b Text Font Color

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

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


#bd277b Background Color

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

This div background color is #bd277b


#bd277b Border Color

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

This div border color is #bd277b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd277b


Comments

No comments written yet.

Please login to write comment.