Color Hex Logo

#bc539f Color Hex

#BC539F
(188,83,159)
0 Favorites   0 Comments

Color spaces of #bc539f

RGB 18883159
HSL0.880.440.53
HSV317°56°74°
CMYK 0.000.560.15   0.26
XYZ30.090319.381134.9559
Yxy19.38110.35640.2296
Hunter Lab44.024044.9625-16.2606
CIE-Lab51.130151.4197-21.2046

#bc539f color RGB value is (188,83,159).

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

The process color (four color CMYK) of #bc539f color hex is 0.00, 0.56, 0.15, 0.26. Web safe color of #bc539f is #cc6699. Color #bc539f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010011 10011111
Octal 274 123 237
Decimal 188 83 159
Hex BC 53 9F

RGB Percentages of Color #bc539f

%43.72
%19.30
%36.98

CMYK Percentages of Color #bc539f

%0
%56
%15
%26

Triadic Colors of #bc539f

#bc539f #9fbc53 #539fbc

Analogous Colors of #bc539f

#bc539f #bc536b #a553bc

Monochromatic Colors of #bc539f

#bc539f

Complementary Color

#bc539f #53bc70

#bc539f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc539f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc539f Color CSS Codes

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

#bc539f Text Font Color

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

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


#bc539f Background Color

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

This div background color is #bc539f


#bc539f Border Color

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

This div border color is #bc539f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc539f


Comments

No comments written yet.

Please login to write comment.