Color Hex Logo

#bc8acf Color Hex

#BC8ACF
(188,138,207)
0 Favorites   0 Comments

Color spaces of #bc8acf

RGB 188138207
HSL0.790.420.68
HSV283°33°81°
CMYK 0.090.330.00   0.19
XYZ41.090033.373363.3075
Yxy33.37330.29820.2422
Hunter Lab57.769625.8655-24.5349
CIE-Lab64.462031.2483-28.2000

#bc8acf color RGB value is (188,138,207).

#bc8acf hex color red value is 188, green value is 138 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bc8acf hue: 0.79 , saturation: 0.42 and the lightness value of bc8acf is 0.68.

The process color (four color CMYK) of #bc8acf color hex is 0.09, 0.33, 0.00, 0.19. Web safe color of #bc8acf is #cc99cc. Color #bc8acf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001010 11001111
Octal 274 212 317
Decimal 188 138 207
Hex BC 8A CF

RGB Percentages of Color #bc8acf

%35.27
%25.89
%38.84

CMYK Percentages of Color #bc8acf

%9
%33
%0
%19

Triadic Colors of #bc8acf

#bc8acf #cfbc8a #8acfbc

Analogous Colors of #bc8acf

#bc8acf #cf8ac0 #9a8acf

Monochromatic Colors of #bc8acf

#bc8acf

Complementary Color

#bc8acf #9dcf8a

#bc8acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8acf Color CSS Codes

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

#bc8acf Text Font Color

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

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


#bc8acf Background Color

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

This div background color is #bc8acf


#bc8acf Border Color

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

This div border color is #bc8acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8acf


Comments

No comments written yet.

Please login to write comment.