Color Hex Logo

#bc538f Color Hex

#BC538F
(188,83,143)
0 Favorites   0 Comments

Color spaces of #bc538f

RGB 18883143
HSL0.900.440.53
HSV326°56°74°
CMYK 0.000.560.24   0.26
XYZ28.790218.861028.1097
Yxy18.86100.38000.2490
Hunter Lab43.429342.3304-7.9751
CIE-Lab50.524249.0512-12.6521

#bc538f color RGB value is (188,83,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010011 10001111
Octal 274 123 217
Decimal 188 83 143
Hex BC 53 8F

RGB Percentages of Color #bc538f

%45.41
%20.05
%34.54

CMYK Percentages of Color #bc538f

%0
%56
%24
%26

Triadic Colors of #bc538f

#bc538f #8fbc53 #538fbc

Analogous Colors of #bc538f

#bc538f #bc535a #b553bc

Monochromatic Colors of #bc538f

#bc538f

Complementary Color

#bc538f #53bc80

#bc538f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc538f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc538f Color CSS Codes

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

#bc538f Text Font Color

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

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


#bc538f Background Color

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

This div background color is #bc538f


#bc538f Border Color

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

This div border color is #bc538f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc538f


Comments

No comments written yet.

Please login to write comment.