Color Hex Logo

#bd0663 Color Hex

#BD0663
(189,6,99)
0 Favorites   0 Comments

Color spaces of #bd0663

RGB 189699
HSL0.920.940.38
HSV330°97°74°
CMYK 0.000.970.48   0.26
XYZ23.303511.849912.8634
Yxy11.84990.48530.2468
Hunter Lab34.423760.59611.9412
CIE-Lab40.976667.35370.0994

#bd0663 color RGB value is (189,6,99).

#bd0663 hex color red value is 189, green value is 6 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #bd0663 hue: 0.92 , saturation: 0.94 and the lightness value of bd0663 is 0.38.

The process color (four color CMYK) of #bd0663 color hex is 0.00, 0.97, 0.48, 0.26. Web safe color of #bd0663 is #cc0066. Color #bd0663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000110 01100011
Octal 275 6 143
Decimal 189 6 99
Hex BD 6 63

RGB Percentages of Color #bd0663

%64.29
%2.04
%33.67

CMYK Percentages of Color #bd0663

%0
%97
%48
%26

Triadic Colors of #bd0663

#bd0663 #63bd06 #0663bd

Analogous Colors of #bd0663

#bd0663 #bd0607 #bc06bd

Monochromatic Colors of #bd0663

#bd0663

Complementary Color

#bd0663 #06bd60

#bd0663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd0663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd0663 Color CSS Codes

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

#bd0663 Text Font Color

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

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


#bd0663 Background Color

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

This div background color is #bd0663


#bd0663 Border Color

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

This div border color is #bd0663


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd0663


Comments

No comments written yet.

Please login to write comment.