Color Hex Logo

#bc92cf Color Hex

#BC92CF
(188,146,207)
0 Favorites   0 Comments

Color spaces of #bc92cf

RGB 188146207
HSL0.780.390.69
HSV281°29°81°
CMYK 0.090.290.00   0.19
XYZ42.280435.754163.7043
Yxy35.75410.29830.2523
Hunter Lab59.794721.5752-21.3103
CIE-Lab66.331626.8060-25.3247

#bc92cf color RGB value is (188,146,207).

#bc92cf hex color red value is 188, green value is 146 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #bc92cf hue: 0.78 , saturation: 0.39 and the lightness value of bc92cf is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010010 11001111
Octal 274 222 317
Decimal 188 146 207
Hex BC 92 CF

RGB Percentages of Color #bc92cf

%34.75
%26.99
%38.26

CMYK Percentages of Color #bc92cf

%9
%29
%0
%19

Triadic Colors of #bc92cf

#bc92cf #cfbc92 #92cfbc

Analogous Colors of #bc92cf

#bc92cf #cf92c4 #9e92cf

Monochromatic Colors of #bc92cf

#bc92cf

Complementary Color

#bc92cf #a5cf92

#bc92cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc92cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc92cf Color CSS Codes

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

#bc92cf Text Font Color

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

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


#bc92cf Background Color

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

This div background color is #bc92cf


#bc92cf Border Color

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

This div border color is #bc92cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc92cf


Comments

No comments written yet.

Please login to write comment.