Color Hex Logo

#bd625b Color Hex

#BD625B
(189,98,91)
0 Favorites   0 Comments

Color spaces of #bd625b

RGB 1899891
HSL0.010.430.55
HSV52°74°
CMYK 0.000.480.52   0.26
XYZ27.242320.309512.3818
Yxy20.30950.45450.3389
Hunter Lab45.066129.037115.2564
CIE-Lab52.185335.761820.6652

#bd625b color RGB value is (189,98,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 01011011
Octal 275 142 133
Decimal 189 98 91
Hex BD 62 5B

RGB Percentages of Color #bd625b

%50.00
%25.93
%24.07

CMYK Percentages of Color #bd625b

%0
%48
%52
%26

Triadic Colors of #bd625b

#bd625b #5bbd62 #625bbd

Analogous Colors of #bd625b

#bd625b #bd935b #bd5b85

Monochromatic Colors of #bd625b

#bd625b

Complementary Color

#bd625b #5bb6bd

#bd625b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd625b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd625b Color CSS Codes

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

#bd625b Text Font Color

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

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


#bd625b Background Color

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

This div background color is #bd625b


#bd625b Border Color

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

This div border color is #bd625b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd625b


Comments

No comments written yet.

Please login to write comment.