Color Hex Logo

#bc94cf Color Hex

#BC94CF
(188,148,207)
0 Favorites   0 Comments

Color spaces of #bc94cf

RGB 188148207
HSL0.780.380.70
HSV281°29°81°
CMYK 0.090.290.00   0.19
XYZ42.591436.376263.8080
Yxy36.37620.29830.2548
Hunter Lab60.312720.5053-20.5072
CIE-Lab66.806425.6932-24.5968

#bc94cf color RGB value is (188,148,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010100 11001111
Octal 274 224 317
Decimal 188 148 207
Hex BC 94 CF

RGB Percentages of Color #bc94cf

%34.62
%27.26
%38.12

CMYK Percentages of Color #bc94cf

%9
%29
%0
%19

Triadic Colors of #bc94cf

#bc94cf #cfbc94 #94cfbc

Analogous Colors of #bc94cf

#bc94cf #cf94c5 #9f94cf

Monochromatic Colors of #bc94cf

#bc94cf

Complementary Color

#bc94cf #a7cf94

#bc94cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc94cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc94cf Color CSS Codes

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

#bc94cf Text Font Color

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

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


#bc94cf Background Color

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

This div background color is #bc94cf


#bc94cf Border Color

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

This div border color is #bc94cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc94cf


Comments

No comments written yet.

Please login to write comment.