Color Hex Logo

#bc527a Color Hex

#BC527A
(188,82,122)
0 Favorites   0 Comments

Color spaces of #bc527a

RGB 18882122
HSL0.940.440.53
HSV337°56°74°
CMYK 0.000.560.35   0.26
XYZ27.269218.131120.4748
Yxy18.13110.41400.2752
Hunter Lab42.580639.79771.2970
CIE-Lab49.654746.7781-1.3842

#bc527a color RGB value is (188,82,122).

#bc527a hex color red value is 188, green value is 82 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bc527a hue: 0.94 , saturation: 0.44 and the lightness value of bc527a is 0.53.

The process color (four color CMYK) of #bc527a color hex is 0.00, 0.56, 0.35, 0.26. Web safe color of #bc527a is #cc6666. Color #bc527a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010010 01111010
Octal 274 122 172
Decimal 188 82 122
Hex BC 52 7A

RGB Percentages of Color #bc527a

%47.96
%20.92
%31.12

CMYK Percentages of Color #bc527a

%0
%56
%35
%26

Triadic Colors of #bc527a

#bc527a #7abc52 #527abc

Analogous Colors of #bc527a

#bc527a #bc5f52 #bc52af

Monochromatic Colors of #bc527a

#bc527a

Complementary Color

#bc527a #52bc94

#bc527a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc527a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc527a Color CSS Codes

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

#bc527a Text Font Color

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

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


#bc527a Background Color

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

This div background color is #bc527a


#bc527a Border Color

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

This div border color is #bc527a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc527a


Comments

No comments written yet.

Please login to write comment.