Color Hex Logo

#bc0ace Color Hex

#BC0ACE
(188,10,206)
0 Favorites   0 Comments

Color spaces of #bc0ace

RGB 18810206
HSL0.820.910.42
HSV294°95°81°
CMYK 0.090.950.00   0.19
XYZ31.988215.364759.6722
Yxy15.36470.29890.1436
Hunter Lab39.197877.0724-62.8207
CIE-Lab46.129779.9922-56.5491

#bc0ace color RGB value is (188,10,206).

#bc0ace hex color red value is 188, green value is 10 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #bc0ace hue: 0.82 , saturation: 0.91 and the lightness value of bc0ace is 0.42.

The process color (four color CMYK) of #bc0ace color hex is 0.09, 0.95, 0.00, 0.19. Web safe color of #bc0ace is #cc00cc. Color #bc0ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001010 11001110
Octal 274 12 316
Decimal 188 10 206
Hex BC A CE

RGB Percentages of Color #bc0ace

%46.53
%2.48
%50.99

CMYK Percentages of Color #bc0ace

%9
%95
%0
%19

Triadic Colors of #bc0ace

#bc0ace #cebc0a #0acebc

Analogous Colors of #bc0ace

#bc0ace #ce0a7e #5a0ace

Monochromatic Colors of #bc0ace

#bc0ace

Complementary Color

#bc0ace #1cce0a

#bc0ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0ace Color CSS Codes

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

#bc0ace Text Font Color

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

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


#bc0ace Background Color

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

This div background color is #bc0ace


#bc0ace Border Color

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

This div border color is #bc0ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0ace


Comments

No comments written yet.

Please login to write comment.