Color Hex Logo

#bc0baf Color Hex

#BC0BAF
(188,11,175)
0 Favorites   0 Comments

Color spaces of #bc0baf

RGB 18811175
HSL0.850.890.39
HSV304°94°74°
CMYK 0.000.940.07   0.26
XYZ28.596614.025941.7575
Yxy14.02590.33890.1662
Hunter Lab37.451270.7578-39.8917
CIE-Lab44.270175.2543-41.3937

#bc0baf color RGB value is (188,11,175).

#bc0baf hex color red value is 188, green value is 11 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bc0baf hue: 0.85 , saturation: 0.89 and the lightness value of bc0baf is 0.39.

The process color (four color CMYK) of #bc0baf color hex is 0.00, 0.94, 0.07, 0.26. Web safe color of #bc0baf is #cc0099. Color #bc0baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00001011 10101111
Octal 274 13 257
Decimal 188 11 175
Hex BC B AF

RGB Percentages of Color #bc0baf

%50.27
%2.94
%46.79

CMYK Percentages of Color #bc0baf

%0
%94
%7
%26

Triadic Colors of #bc0baf

#bc0baf #afbc0b #0bafbc

Analogous Colors of #bc0baf

#bc0baf #bc0b57 #710bbc

Monochromatic Colors of #bc0baf

#bc0baf

Complementary Color

#bc0baf #0bbc18

#bc0baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc0baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc0baf Color CSS Codes

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

#bc0baf Text Font Color

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

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


#bc0baf Background Color

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

This div background color is #bc0baf


#bc0baf Border Color

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

This div border color is #bc0baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc0baf


Comments

No comments written yet.

Please login to write comment.