Color Hex Logo

#bd4b61 Color Hex

#BD4B61
(189,75,97)
0 Favorites   0 Comments

Color spaces of #bd4b61

RGB 1897597
HSL0.970.460.52
HSV348°60°74°
CMYK 0.000.600.49   0.26
XYZ25.660016.714013.1830
Yxy16.71400.46190.3008
Hunter Lab40.882840.49049.4994
CIE-Lab47.897647.733111.2262

#bd4b61 color RGB value is (189,75,97).

#bd4b61 hex color red value is 189, green value is 75 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #bd4b61 hue: 0.97 , saturation: 0.46 and the lightness value of bd4b61 is 0.52.

The process color (four color CMYK) of #bd4b61 color hex is 0.00, 0.60, 0.49, 0.26. Web safe color of #bd4b61 is #cc3366. Color #bd4b61 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001011 01100001
Octal 275 113 141
Decimal 189 75 97
Hex BD 4B 61

RGB Percentages of Color #bd4b61

%52.35
%20.78
%26.87

CMYK Percentages of Color #bd4b61

%0
%60
%49
%26

Triadic Colors of #bd4b61

#bd4b61 #61bd4b #4b61bd

Analogous Colors of #bd4b61

#bd4b61 #bd6e4b #bd4b9a

Monochromatic Colors of #bd4b61

#bd4b61

Complementary Color

#bd4b61 #4bbda7

#bd4b61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4b61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4b61 Color CSS Codes

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

#bd4b61 Text Font Color

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

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


#bd4b61 Background Color

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

This div background color is #bd4b61


#bd4b61 Border Color

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

This div border color is #bd4b61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4b61


Comments

No comments written yet.

Please login to write comment.