Color Hex Logo

#bc6baf Color Hex

#BC6BAF
(188,107,175)
0 Favorites   0 Comments

Color spaces of #bc6baf

RGB 188107175
HSL0.860.380.58
HSV310°43°74°
CMYK 0.000.430.07   0.26
XYZ33.734624.301943.4702
Yxy24.30190.33230.2394
Hunter Lab49.297035.8804-17.7742
CIE-Lab56.388841.9895-22.4593

#bc6baf color RGB value is (188,107,175).

#bc6baf hex color red value is 188, green value is 107 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #bc6baf hue: 0.86 , saturation: 0.38 and the lightness value of bc6baf is 0.58.

The process color (four color CMYK) of #bc6baf color hex is 0.00, 0.43, 0.07, 0.26. Web safe color of #bc6baf is #cc6699. Color #bc6baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01101011 10101111
Octal 274 153 257
Decimal 188 107 175
Hex BC 6B AF

RGB Percentages of Color #bc6baf

%40.00
%22.77
%37.23

CMYK Percentages of Color #bc6baf

%0
%43
%7
%26

Triadic Colors of #bc6baf

#bc6baf #afbc6b #6bafbc

Analogous Colors of #bc6baf

#bc6baf #bc6b87 #a16bbc

Monochromatic Colors of #bc6baf

#bc6baf

Complementary Color

#bc6baf #6bbc78

#bc6baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc6baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc6baf Color CSS Codes

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

#bc6baf Text Font Color

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

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


#bc6baf Background Color

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

This div background color is #bc6baf


#bc6baf Border Color

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

This div border color is #bc6baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc6baf


Comments

No comments written yet.

Please login to write comment.