Color Hex Logo

#bc8cdf Color Hex

#BC8CDF
(188,140,223)
0 Favorites   0 Comments

Color spaces of #bc8cdf

RGB 188140223
HSL0.760.560.71
HSV275°37°87°
CMYK 0.160.370.00   0.13
XYZ43.436434.775274.2350
Yxy34.77520.28490.2281
Hunter Lab58.970528.2809-33.3579
CIE-Lab65.573333.5221-35.3835

#bc8cdf color RGB value is (188,140,223).

#bc8cdf hex color red value is 188, green value is 140 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #bc8cdf hue: 0.76 , saturation: 0.56 and the lightness value of bc8cdf is 0.71.

The process color (four color CMYK) of #bc8cdf color hex is 0.16, 0.37, 0.00, 0.13. Web safe color of #bc8cdf is #cc99cc. Color #bc8cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10001100 11011111
Octal 274 214 337
Decimal 188 140 223
Hex BC 8C DF

RGB Percentages of Color #bc8cdf

%34.12
%25.41
%40.47

CMYK Percentages of Color #bc8cdf

%16
%37
%0
%13

Triadic Colors of #bc8cdf

#bc8cdf #dfbc8c #8cdfbc

Analogous Colors of #bc8cdf

#bc8cdf #df8cd9 #938cdf

Monochromatic Colors of #bc8cdf

#bc8cdf

Complementary Color

#bc8cdf #afdf8c

#bc8cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8cdf Color CSS Codes

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

#bc8cdf Text Font Color

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

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


#bc8cdf Background Color

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

This div background color is #bc8cdf


#bc8cdf Border Color

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

This div border color is #bc8cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8cdf


Comments

No comments written yet.

Please login to write comment.