Color Hex Logo

#bd484b Color Hex

#BD484B
(189,72,75)
0 Favorites   0 Comments

Color spaces of #bd484b

RGB 1897275
HSL1.000.470.51
HSV358°62°74°
CMYK 0.000.620.60   0.26
XYZ24.573615.96158.4423
Yxy15.96150.50170.3259
Hunter Lab39.951839.876115.4376
CIE-Lab46.923947.303523.2063

#bd484b color RGB value is (189,72,75).

#bd484b hex color red value is 189, green value is 72 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #bd484b hue: 1.00 , saturation: 0.47 and the lightness value of bd484b is 0.51.

The process color (four color CMYK) of #bd484b color hex is 0.00, 0.62, 0.60, 0.26. Web safe color of #bd484b is #cc3333. Color #bd484b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01001000 01001011
Octal 275 110 113
Decimal 189 72 75
Hex BD 48 4B

RGB Percentages of Color #bd484b

%56.25
%21.43
%22.32

CMYK Percentages of Color #bd484b

%0
%62
%60
%26

Triadic Colors of #bd484b

#bd484b #4bbd48 #484bbd

Analogous Colors of #bd484b

#bd484b #bd8048 #bd4886

Monochromatic Colors of #bd484b

#bd484b

Complementary Color

#bd484b #48bdba

#bd484b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd484b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd484b Color CSS Codes

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

#bd484b Text Font Color

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

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


#bd484b Background Color

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

This div background color is #bd484b


#bd484b Border Color

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

This div border color is #bd484b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd484b


Comments

No comments written yet.

Please login to write comment.