Color Hex Logo

#bc41aa Color Hex

#BC41AA
(188,65,170)
0 Favorites   0 Comments

Color spaces of #bc41aa

RGB 18865170
HSL0.860.490.50
HSV309°65°74°
CMYK 0.000.650.10   0.26
XYZ29.885017.374239.8087
Yxy17.37420.34320.1995
Hunter Lab41.682455.0350-27.4472
CIE-Lab48.728160.9964-31.4108

#bc41aa color RGB value is (188,65,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01000001 10101010
Octal 274 101 252
Decimal 188 65 170
Hex BC 41 AA

RGB Percentages of Color #bc41aa

%44.44
%15.37
%40.19

CMYK Percentages of Color #bc41aa

%0
%65
%10
%26

Triadic Colors of #bc41aa

#bc41aa #aabc41 #41aabc

Analogous Colors of #bc41aa

#bc41aa #bc416d #9141bc

Monochromatic Colors of #bc41aa

#bc41aa

Complementary Color

#bc41aa #41bc53

#bc41aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc41aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc41aa Color CSS Codes

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

#bc41aa Text Font Color

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

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


#bc41aa Background Color

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

This div background color is #bc41aa


#bc41aa Border Color

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

This div border color is #bc41aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc41aa


Comments

No comments written yet.

Please login to write comment.