Color Hex Logo

#bc42aa Color Hex

#BC42AA
(188,66,170)
0 Favorites   0 Comments

Color spaces of #bc42aa

RGB 18866170
HSL0.860.480.50
HSV309°65°74°
CMYK 0.000.650.10   0.26
XYZ29.943017.490139.8280
Yxy17.49010.34310.2004
Hunter Lab41.821254.6149-27.1895
CIE-Lab48.871760.5972-31.1863

#bc42aa color RGB value is (188,66,170).

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

The process color (four color CMYK) of #bc42aa color hex is 0.00, 0.65, 0.10, 0.26. Web safe color of #bc42aa is #cc3399. Color #bc42aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000010 10101010
Octal 274 102 252
Decimal 188 66 170
Hex BC 42 AA

RGB Percentages of Color #bc42aa

%44.34
%15.57
%40.09

CMYK Percentages of Color #bc42aa

%0
%65
%10
%26

Triadic Colors of #bc42aa

#bc42aa #aabc42 #42aabc

Analogous Colors of #bc42aa

#bc42aa #bc426d #9142bc

Monochromatic Colors of #bc42aa

#bc42aa

Complementary Color

#bc42aa #42bc54

#bc42aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc42aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc42aa Color CSS Codes

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

#bc42aa Text Font Color

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

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


#bc42aa Background Color

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

This div background color is #bc42aa


#bc42aa Border Color

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

This div border color is #bc42aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc42aa


Comments

No comments written yet.

Please login to write comment.