Color Hex Logo

#bd2172 Color Hex

#BD2172
(189,33,114)
0 Favorites   0 Comments

Color spaces of #bd2172

RGB 18933114
HSL0.910.700.44
HSV329°83°74°
CMYK 0.000.830.40   0.26
XYZ24.567413.121417.1574
Yxy13.12140.44790.2392
Hunter Lab36.223557.6708-2.7265
CIE-Lab42.945664.4248-6.3954

#bd2172 color RGB value is (189,33,114).

#bd2172 hex color red value is 189, green value is 33 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #bd2172 hue: 0.91 , saturation: 0.70 and the lightness value of bd2172 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100001 01110010
Octal 275 41 162
Decimal 189 33 114
Hex BD 21 72

RGB Percentages of Color #bd2172

%56.25
%9.82
%33.93

CMYK Percentages of Color #bd2172

%0
%83
%40
%26

Triadic Colors of #bd2172

#bd2172 #72bd21 #2172bd

Analogous Colors of #bd2172

#bd2172 #bd2124 #ba21bd

Monochromatic Colors of #bd2172

#bd2172

Complementary Color

#bd2172 #21bd6c

#bd2172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd2172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd2172 Color CSS Codes

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

#bd2172 Text Font Color

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

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


#bd2172 Background Color

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

This div background color is #bd2172


#bd2172 Border Color

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

This div border color is #bd2172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd2172


Comments

No comments written yet.

Please login to write comment.