Color Hex Logo

#bd0773 Color Hex

#BD0773
(189,7,115)
0 Favorites   0 Comments

Color spaces of #bd0773

RGB 1897115
HSL0.900.930.38
HSV324°96°74°
CMYK 0.000.960.39   0.26
XYZ24.156812.208617.3029
Yxy12.20860.45010.2275
Hunter Lab34.940862.2620-4.9022
CIE-Lab41.545868.6742-9.1134

#bd0773 color RGB value is (189,7,115).

#bd0773 hex color red value is 189, green value is 7 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #bd0773 hue: 0.90 , saturation: 0.93 and the lightness value of bd0773 is 0.38.

The process color (four color CMYK) of #bd0773 color hex is 0.00, 0.96, 0.39, 0.26. Web safe color of #bd0773 is #cc0066. Color #bd0773 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000111 01110011
Octal 275 7 163
Decimal 189 7 115
Hex BD 7 73

RGB Percentages of Color #bd0773

%60.77
%2.25
%36.98

CMYK Percentages of Color #bd0773

%0
%96
%39
%26

Triadic Colors of #bd0773

#bd0773 #73bd07 #0773bd

Analogous Colors of #bd0773

#bd0773 #bd0718 #ac07bd

Monochromatic Colors of #bd0773

#bd0773

Complementary Color

#bd0773 #07bd51

#bd0773 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0773 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0773 Color CSS Codes

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

#bd0773 Text Font Color

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

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


#bd0773 Background Color

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

This div background color is #bd0773


#bd0773 Border Color

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

This div border color is #bd0773


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0773


Comments

No comments written yet.

Please login to write comment.