Color Hex Logo

#bc59aa Color Hex

#BC59AA
(188,89,170)
0 Favorites   0 Comments

Color spaces of #bc59aa

RGB 18889170
HSL0.860.420.54
HSV311°53°74°
CMYK 0.000.530.10   0.26
XYZ31.567120.738440.3694
Yxy20.73840.34060.2238
Hunter Lab45.539444.0389-20.6813
CIE-Lab52.662050.3030-25.2965

#bc59aa color RGB value is (188,89,170).

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

The process color (four color CMYK) of #bc59aa color hex is 0.00, 0.53, 0.10, 0.26. Web safe color of #bc59aa is #cc6699. Color #bc59aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011001 10101010
Octal 274 131 252
Decimal 188 89 170
Hex BC 59 AA

RGB Percentages of Color #bc59aa

%42.06
%19.91
%38.03

CMYK Percentages of Color #bc59aa

%0
%53
%10
%26

Triadic Colors of #bc59aa

#bc59aa #aabc59 #59aabc

Analogous Colors of #bc59aa

#bc59aa #bc5979 #9d59bc

Monochromatic Colors of #bc59aa

#bc59aa

Complementary Color

#bc59aa #59bc6b

#bc59aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc59aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc59aa Color CSS Codes

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

#bc59aa Text Font Color

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

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


#bc59aa Background Color

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

This div background color is #bc59aa


#bc59aa Border Color

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

This div border color is #bc59aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc59aa


Comments

No comments written yet.

Please login to write comment.