Color Hex Logo

#bd525c Color Hex

#BD525C
(189,82,92)
0 Favorites   0 Comments

Color spaces of #bd525c

RGB 1898292
HSL0.980.450.53
HSV354°57°74°
CMYK 0.000.570.51   0.26
XYZ25.935317.626112.1605
Yxy17.62610.46540.3163
Hunter Lab41.983436.797412.2151
CIE-Lab49.039443.963115.8220

#bd525c color RGB value is (189,82,92).

#bd525c hex color red value is 189, green value is 82 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bd525c hue: 0.98 , saturation: 0.45 and the lightness value of bd525c is 0.53.

The process color (four color CMYK) of #bd525c color hex is 0.00, 0.57, 0.51, 0.26. Web safe color of #bd525c is #cc6666. Color #bd525c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010010 01011100
Octal 275 122 134
Decimal 189 82 92
Hex BD 52 5C

RGB Percentages of Color #bd525c

%52.07
%22.59
%25.34

CMYK Percentages of Color #bd525c

%0
%57
%51
%26

Triadic Colors of #bd525c

#bd525c #5cbd52 #525cbd

Analogous Colors of #bd525c

#bd525c #bd7e52 #bd5292

Monochromatic Colors of #bd525c

#bd525c

Complementary Color

#bd525c #52bdb3

#bd525c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd525c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd525c Color CSS Codes

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

#bd525c Text Font Color

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

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


#bd525c Background Color

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

This div background color is #bd525c


#bd525c Border Color

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

This div border color is #bd525c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd525c


Comments

No comments written yet.

Please login to write comment.