Color Hex Logo

#bc489f Color Hex

#BC489F
(188,72,159)
0 Favorites   0 Comments

Color spaces of #bc489f

RGB 18872159
HSL0.880.460.51
HSV315°62°74°
CMYK 0.000.620.15   0.26
XYZ29.314417.829334.6972
Yxy17.82930.35820.2179
Hunter Lab42.224850.0297-19.1628
CIE-Lab49.288456.4035-24.0414

#bc489f color RGB value is (188,72,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001000 10011111
Octal 274 110 237
Decimal 188 72 159
Hex BC 48 9F

RGB Percentages of Color #bc489f

%44.87
%17.18
%37.95

CMYK Percentages of Color #bc489f

%0
%62
%15
%26

Triadic Colors of #bc489f

#bc489f #9fbc48 #489fbc

Analogous Colors of #bc489f

#bc489f #bc4865 #9f48bc

Monochromatic Colors of #bc489f

#bc489f

Complementary Color

#bc489f #48bc65

#bc489f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc489f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc489f Color CSS Codes

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

#bc489f Text Font Color

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

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


#bc489f Background Color

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

This div background color is #bc489f


#bc489f Border Color

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

This div border color is #bc489f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,72,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 #bc489f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc489f


Comments

No comments written yet.

Please login to write comment.