Color Hex Logo

#bc39ba Color Hex

#BC39BA
(188,57,186)
0 Favorites   0 Comments

Color spaces of #bc39ba

RGB 18857186
HSL0.840.530.48
HSV301°70°74°
CMYK 0.000.700.01   0.26
XYZ31.065117.162848.1298
Yxy17.16280.32240.1781
Hunter Lab41.428061.3505-39.8817
CIE-Lab48.464566.5502-41.2062

#bc39ba color RGB value is (188,57,186).

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

The process color (four color CMYK) of #bc39ba color hex is 0.00, 0.70, 0.01, 0.26. Web safe color of #bc39ba is #cc33cc. Color #bc39ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111001 10111010
Octal 274 71 272
Decimal 188 57 186
Hex BC 39 BA

RGB Percentages of Color #bc39ba

%43.62
%13.23
%43.16

CMYK Percentages of Color #bc39ba

%0
%70
%1
%26

Triadic Colors of #bc39ba

#bc39ba #babc39 #39babc

Analogous Colors of #bc39ba

#bc39ba #bc3979 #7d39bc

Monochromatic Colors of #bc39ba

#bc39ba

Complementary Color

#bc39ba #39bc3b

#bc39ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc39ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc39ba Color CSS Codes

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

#bc39ba Text Font Color

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

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


#bc39ba Background Color

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

This div background color is #bc39ba


#bc39ba Border Color

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

This div border color is #bc39ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc39ba


Comments

No comments written yet.

Please login to write comment.