Color Hex Logo

#bc38aa Color Hex

#BC38AA
(188,56,170)
0 Favorites   0 Comments

Color spaces of #bc38aa

RGB 18856170
HSL0.860.540.48
HSV308°70°74°
CMYK 0.000.700.10   0.26
XYZ29.408916.422039.6499
Yxy16.42200.34400.1921
Hunter Lab40.524158.6229-29.6442
CIE-Lab47.523364.3742-33.2975

#bc38aa color RGB value is (188,56,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111000 10101010
Octal 274 70 252
Decimal 188 56 170
Hex BC 38 AA

RGB Percentages of Color #bc38aa

%45.41
%13.53
%41.06

CMYK Percentages of Color #bc38aa

%0
%70
%10
%26

Triadic Colors of #bc38aa

#bc38aa #aabc38 #38aabc

Analogous Colors of #bc38aa

#bc38aa #bc3868 #8c38bc

Monochromatic Colors of #bc38aa

#bc38aa

Complementary Color

#bc38aa #38bc4a

#bc38aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc38aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc38aa Color CSS Codes

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

#bc38aa Text Font Color

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

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


#bc38aa Background Color

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

This div background color is #bc38aa


#bc38aa Border Color

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

This div border color is #bc38aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc38aa


Comments

No comments written yet.

Please login to write comment.