Color Hex Logo

#bc59ba Color Hex

#BC59BA
(188,89,186)
0 Favorites   0 Comments

Color spaces of #bc59ba

RGB 18889186
HSL0.840.420.54
HSV301°53°74°
CMYK 0.000.530.01   0.26
XYZ33.174321.381348.8329
Yxy21.38130.32090.2068
Hunter Lab46.239947.1429-30.2468
CIE-Lab53.364353.0552-33.4966

#bc59ba color RGB value is (188,89,186).

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

The process color (four color CMYK) of #bc59ba color hex is 0.00, 0.53, 0.01, 0.26. Web safe color of #bc59ba is #cc66cc. Color #bc59ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 10111010
Octal 274 131 272
Decimal 188 89 186
Hex BC 59 BA

RGB Percentages of Color #bc59ba

%40.60
%19.22
%40.17

CMYK Percentages of Color #bc59ba

%0
%53
%1
%26

Triadic Colors of #bc59ba

#bc59ba #babc59 #59babc

Analogous Colors of #bc59ba

#bc59ba #bc5989 #8d59bc

Monochromatic Colors of #bc59ba

#bc59ba

Complementary Color

#bc59ba #59bc5b

#bc59ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc59ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc59ba Color CSS Codes

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

#bc59ba Text Font Color

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

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


#bc59ba Background Color

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

This div background color is #bc59ba


#bc59ba Border Color

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

This div border color is #bc59ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc59ba


Comments

No comments written yet.

Please login to write comment.