Color Hex Logo

#bc488b Color Hex

#BC488B
(188,72,139)
0 Favorites   0 Comments

Color spaces of #bc488b

RGB 18872139
HSL0.900.460.51
HSV325°62°74°
CMYK 0.000.620.26   0.26
XYZ27.716617.190226.2833
Yxy17.19020.38930.2415
Hunter Lab41.461146.7699-8.5628
CIE-Lab48.498853.5543-13.3240

#bc488b color RGB value is (188,72,139).

#bc488b hex color red value is 188, green value is 72 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bc488b hue: 0.90 , saturation: 0.46 and the lightness value of bc488b is 0.51.

The process color (four color CMYK) of #bc488b color hex is 0.00, 0.62, 0.26, 0.26. Web safe color of #bc488b is #cc3399. Color #bc488b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001000 10001011
Octal 274 110 213
Decimal 188 72 139
Hex BC 48 8B

RGB Percentages of Color #bc488b

%47.12
%18.05
%34.84

CMYK Percentages of Color #bc488b

%0
%62
%26
%26

Triadic Colors of #bc488b

#bc488b #8bbc48 #488bbc

Analogous Colors of #bc488b

#bc488b #bc4851 #b348bc

Monochromatic Colors of #bc488b

#bc488b

Complementary Color

#bc488b #48bc79

#bc488b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc488b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc488b Color CSS Codes

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

#bc488b Text Font Color

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

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


#bc488b Background Color

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

This div background color is #bc488b


#bc488b Border Color

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

This div border color is #bc488b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc488b


Comments

No comments written yet.

Please login to write comment.