Color Hex Logo

#bc94cb Color Hex

#BC94CB
(188,148,203)
0 Favorites   0 Comments

Color spaces of #bc94cb

RGB 188148203
HSL0.790.350.69
HSV284°27°80°
CMYK 0.070.270.00   0.20
XYZ42.108436.183061.2646
Yxy36.18300.30170.2593
Hunter Lab60.152319.6888-18.2797
CIE-Lab66.659524.8744-22.5961

#bc94cb color RGB value is (188,148,203).

#bc94cb hex color red value is 188, green value is 148 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bc94cb hue: 0.79 , saturation: 0.35 and the lightness value of bc94cb is 0.69.

The process color (four color CMYK) of #bc94cb color hex is 0.07, 0.27, 0.00, 0.20. Web safe color of #bc94cb is #cc99cc. Color #bc94cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010100 11001011
Octal 274 224 313
Decimal 188 148 203
Hex BC 94 CB

RGB Percentages of Color #bc94cb

%34.88
%27.46
%37.66

CMYK Percentages of Color #bc94cb

%7
%27
%0
%20

Triadic Colors of #bc94cb

#bc94cb #cbbc94 #94cbbc

Analogous Colors of #bc94cb

#bc94cb #cb94bf #a194cb

Monochromatic Colors of #bc94cb

#bc94cb

Complementary Color

#bc94cb #a3cb94

#bc94cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc94cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc94cb Color CSS Codes

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

#bc94cb Text Font Color

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

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


#bc94cb Background Color

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

This div background color is #bc94cb


#bc94cb Border Color

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

This div border color is #bc94cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc94cb


Comments

No comments written yet.

Please login to write comment.