Color Hex Logo

#bd625a Color Hex

#BD625A
(189,98,90)
0 Favorites   0 Comments

Color spaces of #bd625a

RGB 1899890
HSL0.010.430.55
HSV52°74°
CMYK 0.000.480.52   0.26
XYZ27.199420.292412.1561
Yxy20.29240.45600.3402
Hunter Lab45.047128.945815.5334
CIE-Lab52.166235.671221.2246

#bd625a color RGB value is (189,98,90).

#bd625a hex color red value is 189, green value is 98 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bd625a hue: 0.01 , saturation: 0.43 and the lightness value of bd625a is 0.55.

The process color (four color CMYK) of #bd625a color hex is 0.00, 0.48, 0.52, 0.26. Web safe color of #bd625a is #cc6666. Color #bd625a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 01011010
Octal 275 142 132
Decimal 189 98 90
Hex BD 62 5A

RGB Percentages of Color #bd625a

%50.13
%25.99
%23.87

CMYK Percentages of Color #bd625a

%0
%48
%52
%26

Triadic Colors of #bd625a

#bd625a #5abd62 #625abd

Analogous Colors of #bd625a

#bd625a #bd945a #bd5a84

Monochromatic Colors of #bd625a

#bd625a

Complementary Color

#bd625a #5ab5bd

#bd625a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd625a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd625a Color CSS Codes

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

#bd625a Text Font Color

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

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


#bd625a Background Color

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

This div background color is #bd625a


#bd625a Border Color

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

This div border color is #bd625a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd625a


Comments

No comments written yet.

Please login to write comment.