Color Hex Logo

#bd526a Color Hex

#BD526A
(189,82,106)
0 Favorites   0 Comments

Color spaces of #bd526a

RGB 18982106
HSL0.960.450.53
HSV347°57°74°
CMYK 0.000.570.44   0.26
XYZ26.605117.894015.6873
Yxy17.89400.44200.2973
Hunter Lab42.301338.23907.6234
CIE-Lab49.367345.31817.8544

#bd526a color RGB value is (189,82,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010010 01101010
Octal 275 122 152
Decimal 189 82 106
Hex BD 52 6A

RGB Percentages of Color #bd526a

%50.13
%21.75
%28.12

CMYK Percentages of Color #bd526a

%0
%57
%44
%26

Triadic Colors of #bd526a

#bd526a #6abd52 #526abd

Analogous Colors of #bd526a

#bd526a #bd7052 #bd52a0

Monochromatic Colors of #bd526a

#bd526a

Complementary Color

#bd526a #52bda5

#bd526a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd526a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd526a Color CSS Codes

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

#bd526a Text Font Color

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

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


#bd526a Background Color

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

This div background color is #bd526a


#bd526a Border Color

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

This div border color is #bd526a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd526a


Comments

No comments written yet.

Please login to write comment.