Color Hex Logo

#bd2079 Color Hex

#BD2079
(189,32,121)
0 Favorites   0 Comments

Color spaces of #bd2079

RGB 18932121
HSL0.910.710.43
HSV326°83°74°
CMYK 0.000.830.36   0.26
XYZ24.954013.232319.3280
Yxy13.23230.43390.2301
Hunter Lab36.376258.7921-6.0396
CIE-Lab43.111265.3729-10.4857

#bd2079 color RGB value is (189,32,121).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100000 01111001
Octal 275 40 171
Decimal 189 32 121
Hex BD 20 79

RGB Percentages of Color #bd2079

%55.26
%9.36
%35.38

CMYK Percentages of Color #bd2079

%0
%83
%36
%26

Triadic Colors of #bd2079

#bd2079 #79bd20 #2079bd

Analogous Colors of #bd2079

#bd2079 #bd202b #b320bd

Monochromatic Colors of #bd2079

#bd2079

Complementary Color

#bd2079 #20bd64

#bd2079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2079 Color CSS Codes

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

#bd2079 Text Font Color

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

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


#bd2079 Background Color

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

This div background color is #bd2079


#bd2079 Border Color

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

This div border color is #bd2079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2079


Comments

No comments written yet.

Please login to write comment.