Color Hex Logo

#bd2073 Color Hex

#BD2073
(189,32,115)
0 Favorites   0 Comments

Color spaces of #bd2073

RGB 18932115
HSL0.910.710.43
HSV328°83°74°
CMYK 0.000.830.39   0.26
XYZ24.597313.089617.4498
Yxy13.08960.44610.2374
Hunter Lab36.179658.0421-3.2705
CIE-Lab42.897964.7593-7.0877

#bd2073 color RGB value is (189,32,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100000 01110011
Octal 275 40 163
Decimal 189 32 115
Hex BD 20 73

RGB Percentages of Color #bd2073

%56.25
%9.52
%34.23

CMYK Percentages of Color #bd2073

%0
%83
%39
%26

Triadic Colors of #bd2073

#bd2073 #73bd20 #2073bd

Analogous Colors of #bd2073

#bd2073 #bd2025 #b920bd

Monochromatic Colors of #bd2073

#bd2073

Complementary Color

#bd2073 #20bd6a

#bd2073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2073 Color CSS Codes

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

#bd2073 Text Font Color

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

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


#bd2073 Background Color

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

This div background color is #bd2073


#bd2073 Border Color

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

This div border color is #bd2073


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2073


Comments

No comments written yet.

Please login to write comment.