Color Hex Logo

#bc39ac Color Hex

#BC39AC
(188,57,172)
0 Favorites   0 Comments

Color spaces of #bc39ac

RGB 18857172
HSL0.850.530.48
HSV307°70°74°
CMYK 0.000.700.09   0.26
XYZ29.648616.596240.6705
Yxy16.59620.34110.1909
Hunter Lab40.738458.6164-30.6742
CIE-Lab47.747264.3258-34.1267

#bc39ac color RGB value is (188,57,172).

#bc39ac hex color red value is 188, green value is 57 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #bc39ac hue: 0.85 , saturation: 0.53 and the lightness value of bc39ac is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111001 10101100
Octal 274 71 254
Decimal 188 57 172
Hex BC 39 AC

RGB Percentages of Color #bc39ac

%45.08
%13.67
%41.25

CMYK Percentages of Color #bc39ac

%0
%70
%9
%26

Triadic Colors of #bc39ac

#bc39ac #acbc39 #39acbc

Analogous Colors of #bc39ac

#bc39ac #bc396b #8b39bc

Monochromatic Colors of #bc39ac

#bc39ac

Complementary Color

#bc39ac #39bc49

#bc39ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc39ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc39ac Color CSS Codes

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

#bc39ac Text Font Color

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

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


#bc39ac Background Color

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

This div background color is #bc39ac


#bc39ac Border Color

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

This div border color is #bc39ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc39ac


Comments

No comments written yet.

Please login to write comment.