Color Hex Logo

#bc5cbd Color Hex

#BC5CBD
(188,92,189)
0 Favorites   0 Comments

Color spaces of #bc5cbd

RGB 18892189
HSL0.830.420.55
HSV299°51°74°
CMYK 0.010.510.00   0.26
XYZ33.751522.019850.6155
Yxy22.01980.31730.2070
Hunter Lab46.925346.2688-31.1049
CIE-Lab54.048052.1382-34.1584

#bc5cbd color RGB value is (188,92,189).

#bc5cbd hex color red value is 188, green value is 92 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #bc5cbd hue: 0.83 , saturation: 0.42 and the lightness value of bc5cbd is 0.55.

The process color (four color CMYK) of #bc5cbd color hex is 0.01, 0.51, 0.00, 0.26. Web safe color of #bc5cbd is #cc66cc. Color #bc5cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011100 10111101
Octal 274 134 275
Decimal 188 92 189
Hex BC 5C BD

RGB Percentages of Color #bc5cbd

%40.09
%19.62
%40.30

CMYK Percentages of Color #bc5cbd

%1
%51
%0
%26

Triadic Colors of #bc5cbd

#bc5cbd #bdbc5c #5cbdbc

Analogous Colors of #bc5cbd

#bc5cbd #bd5c8e #8c5cbd

Monochromatic Colors of #bc5cbd

#bc5cbd

Complementary Color

#bc5cbd #5dbd5c

#bc5cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5cbd Color CSS Codes

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

#bc5cbd Text Font Color

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

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


#bc5cbd Background Color

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

This div background color is #bc5cbd


#bc5cbd Border Color

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

This div border color is #bc5cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5cbd


Comments

No comments written yet.

Please login to write comment.