Color Hex Logo

#bd164d Color Hex

#BD164D
(189,22,77)
0 Favorites   0 Comments

Color spaces of #bd164d

RGB 1892277
HSL0.950.790.41
HSV340°88°74°
CMYK 0.000.880.59   0.26
XYZ22.612711.92858.1318
Yxy11.92850.52990.2795
Hunter Lab34.537756.427710.2167
CIE-Lab41.102363.688614.2276

#bd164d color RGB value is (189,22,77).

#bd164d hex color red value is 189, green value is 22 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bd164d hue: 0.95 , saturation: 0.79 and the lightness value of bd164d is 0.41.

The process color (four color CMYK) of #bd164d color hex is 0.00, 0.88, 0.59, 0.26. Web safe color of #bd164d is #cc0066. Color #bd164d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00010110 01001101
Octal 275 26 115
Decimal 189 22 77
Hex BD 16 4D

RGB Percentages of Color #bd164d

%65.63
%7.64
%26.74

CMYK Percentages of Color #bd164d

%0
%88
%59
%26

Triadic Colors of #bd164d

#bd164d #4dbd16 #164dbd

Analogous Colors of #bd164d

#bd164d #bd3316 #bd16a1

Monochromatic Colors of #bd164d

#bd164d

Complementary Color

#bd164d #16bd86

#bd164d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd164d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd164d Color CSS Codes

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

#bd164d Text Font Color

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

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


#bd164d Background Color

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

This div background color is #bd164d


#bd164d Border Color

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

This div border color is #bd164d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd164d


Comments

No comments written yet.

Please login to write comment.