Color Hex Logo

#bd624a Color Hex

#BD624A
(189,98,74)
0 Favorites   0 Comments

Color spaces of #bd624a

RGB 1899874
HSL0.030.470.52
HSV13°61°74°
CMYK 0.000.480.61   0.26
XYZ26.590020.04868.9469
Yxy20.04860.47840.3607
Hunter Lab44.775727.644719.4959
CIE-Lab51.892134.373330.1058

#bd624a color RGB value is (189,98,74).

#bd624a hex color red value is 189, green value is 98 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bd624a hue: 0.03 , saturation: 0.47 and the lightness value of bd624a is 0.52.

The process color (four color CMYK) of #bd624a color hex is 0.00, 0.48, 0.61, 0.26. Web safe color of #bd624a is #cc6633. Color #bd624a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 01001010
Octal 275 142 112
Decimal 189 98 74
Hex BD 62 4A

RGB Percentages of Color #bd624a

%52.35
%27.15
%20.50

CMYK Percentages of Color #bd624a

%0
%48
%61
%26

Triadic Colors of #bd624a

#bd624a #4abd62 #624abd

Analogous Colors of #bd624a

#bd624a #bd9c4a #bd4a6c

Monochromatic Colors of #bd624a

#bd624a

Complementary Color

#bd624a #4aa5bd

#bd624a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd624a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd624a Color CSS Codes

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

#bd624a Text Font Color

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

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


#bd624a Background Color

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

This div background color is #bd624a


#bd624a Border Color

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

This div border color is #bd624a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd624a


Comments

No comments written yet.

Please login to write comment.