Color Hex Logo

#bc48af Color Hex

#BC48AF
(188,72,175)
0 Favorites   0 Comments

Color spaces of #bc48af

RGB 18872175
HSL0.850.460.51
HSV307°62°74°
CMYK 0.000.620.07   0.26
XYZ30.794318.421242.4901
Yxy18.42120.33580.2009
Hunter Lab42.919952.9608-28.6523
CIE-Lab50.003058.9149-32.3540

#bc48af color RGB value is (188,72,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001000 10101111
Octal 274 110 257
Decimal 188 72 175
Hex BC 48 AF

RGB Percentages of Color #bc48af

%43.22
%16.55
%40.23

CMYK Percentages of Color #bc48af

%0
%62
%7
%26

Triadic Colors of #bc48af

#bc48af #afbc48 #48afbc

Analogous Colors of #bc48af

#bc48af #bc4875 #8f48bc

Monochromatic Colors of #bc48af

#bc48af

Complementary Color

#bc48af #48bc55

#bc48af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc48af Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc48af Color CSS Codes

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

#bc48af Text Font Color

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

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


#bc48af Background Color

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

This div background color is #bc48af


#bc48af Border Color

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

This div border color is #bc48af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc48af


Comments

No comments written yet.

Please login to write comment.