Color Hex Logo

#bd624c Color Hex

#BD624C
(189,98,76)
0 Favorites   0 Comments

Color spaces of #bd624c

RGB 1899876
HSL0.030.460.52
HSV12°60°74°
CMYK 0.000.480.60   0.26
XYZ26.658520.07609.3075
Yxy20.07600.47570.3582
Hunter Lab44.806227.791719.0482
CIE-Lab51.923034.520629.0063

#bd624c color RGB value is (189,98,76).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100010 01001100
Octal 275 142 114
Decimal 189 98 76
Hex BD 62 4C

RGB Percentages of Color #bd624c

%52.07
%27.00
%20.94

CMYK Percentages of Color #bd624c

%0
%48
%60
%26

Triadic Colors of #bd624c

#bd624c #4cbd62 #624cbd

Analogous Colors of #bd624c

#bd624c #bd9b4c #bd4c6f

Monochromatic Colors of #bd624c

#bd624c

Complementary Color

#bd624c #4ca7bd

#bd624c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd624c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd624c Color CSS Codes

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

#bd624c Text Font Color

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

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


#bd624c Background Color

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

This div background color is #bd624c


#bd624c Border Color

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

This div border color is #bd624c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd624c


Comments

No comments written yet.

Please login to write comment.