Color Hex Logo

#bc95cf Color Hex

#BC95CF
(188,149,207)
0 Favorites   0 Comments

Color spaces of #bc95cf

RGB 188149207
HSL0.780.380.70
HSV280°28°81°
CMYK 0.090.280.00   0.19
XYZ42.749036.691363.8605
Yxy36.69130.29830.2560
Hunter Lab60.573319.9711-20.1062
CIE-Lab67.044825.1369-24.2317

#bc95cf color RGB value is (188,149,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10010101 11001111
Octal 274 225 317
Decimal 188 149 207
Hex BC 95 CF

RGB Percentages of Color #bc95cf

%34.56
%27.39
%38.05

CMYK Percentages of Color #bc95cf

%9
%28
%0
%19

Triadic Colors of #bc95cf

#bc95cf #cfbc95 #95cfbc

Analogous Colors of #bc95cf

#bc95cf #cf95c5 #9f95cf

Monochromatic Colors of #bc95cf

#bc95cf

Complementary Color

#bc95cf #a8cf95

#bc95cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc95cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc95cf Color CSS Codes

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

#bc95cf Text Font Color

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

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


#bc95cf Background Color

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

This div background color is #bc95cf


#bc95cf Border Color

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

This div border color is #bc95cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc95cf


Comments

No comments written yet.

Please login to write comment.