Color Hex Logo

#bc08aa Color Hex

#BC08AA
(188,8,170)
0 Favorites   0 Comments

Color spaces of #bc08aa

RGB 1888170
HSL0.850.920.38
HSV306°96°74°
CMYK 0.000.960.10   0.26
XYZ28.081613.767339.2075
Yxy13.76730.34640.1698
Hunter Lab37.104370.1613-36.6777
CIE-Lab43.897374.8373-39.0161

#bc08aa color RGB value is (188,8,170).

#bc08aa hex color red value is 188, green value is 8 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #bc08aa hue: 0.85 , saturation: 0.92 and the lightness value of bc08aa is 0.38.

The process color (four color CMYK) of #bc08aa color hex is 0.00, 0.96, 0.10, 0.26. Web safe color of #bc08aa is #cc0099. Color #bc08aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001000 10101010
Octal 274 10 252
Decimal 188 8 170
Hex BC 8 AA

RGB Percentages of Color #bc08aa

%51.37
%2.19
%46.45

CMYK Percentages of Color #bc08aa

%0
%96
%10
%26

Triadic Colors of #bc08aa

#bc08aa #aabc08 #08aabc

Analogous Colors of #bc08aa

#bc08aa #bc0850 #7408bc

Monochromatic Colors of #bc08aa

#bc08aa

Complementary Color

#bc08aa #08bc1a

#bc08aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc08aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc08aa Color CSS Codes

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

#bc08aa Text Font Color

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

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


#bc08aa Background Color

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

This div background color is #bc08aa


#bc08aa Border Color

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

This div border color is #bc08aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc08aa


Comments

No comments written yet.

Please login to write comment.