Color Hex Logo

#bd2063 Color Hex

#BD2063
(189,32,99)
0 Favorites   0 Comments

Color spaces of #bd2063

RGB 1893299
HSL0.930.710.43
HSV334°83°74°
CMYK 0.000.830.48   0.26
XYZ23.754912.752713.0139
Yxy12.75270.47970.2575
Hunter Lab35.710956.24413.3910
CIE-Lab42.388263.27662.1521

#bd2063 color RGB value is (189,32,99).

#bd2063 hex color red value is 189, green value is 32 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #bd2063 hue: 0.93 , saturation: 0.71 and the lightness value of bd2063 is 0.43.

The process color (four color CMYK) of #bd2063 color hex is 0.00, 0.83, 0.48, 0.26. Web safe color of #bd2063 is #cc3366. Color #bd2063 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100000 01100011
Octal 275 40 143
Decimal 189 32 99
Hex BD 20 63

RGB Percentages of Color #bd2063

%59.06
%10.00
%30.94

CMYK Percentages of Color #bd2063

%0
%83
%48
%26

Triadic Colors of #bd2063

#bd2063 #63bd20 #2063bd

Analogous Colors of #bd2063

#bd2063 #bd2c20 #bd20b2

Monochromatic Colors of #bd2063

#bd2063

Complementary Color

#bd2063 #20bd7a

#bd2063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2063 Color CSS Codes

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

#bd2063 Text Font Color

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

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


#bd2063 Background Color

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

This div background color is #bd2063


#bd2063 Border Color

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

This div border color is #bd2063


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,32,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 #bd2063">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2063


Comments

No comments written yet.

Please login to write comment.