Color Hex Logo

#bc5dbb Color Hex

#BC5DBB
(188,93,187)
0 Favorites   0 Comments

Color spaces of #bc5dbb

RGB 18893187
HSL0.840.410.55
HSV301°51°74°
CMYK 0.000.510.01   0.26
XYZ33.623022.107949.5088
Yxy22.10790.31950.2101
Hunter Lab47.019045.3608-29.5162
CIE-Lab54.141351.2862-32.8600

#bc5dbb color RGB value is (188,93,187).

#bc5dbb hex color red value is 188, green value is 93 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bc5dbb hue: 0.84 , saturation: 0.41 and the lightness value of bc5dbb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011101 10111011
Octal 274 135 273
Decimal 188 93 187
Hex BC 5D BB

RGB Percentages of Color #bc5dbb

%40.17
%19.87
%39.96

CMYK Percentages of Color #bc5dbb

%0
%51
%1
%26

Triadic Colors of #bc5dbb

#bc5dbb #bbbc5d #5dbbbc

Analogous Colors of #bc5dbb

#bc5dbb #bc5d8c #8e5dbc

Monochromatic Colors of #bc5dbb

#bc5dbb

Complementary Color

#bc5dbb #5dbc5e

#bc5dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5dbb Color CSS Codes

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

#bc5dbb Text Font Color

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

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


#bc5dbb Background Color

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

This div background color is #bc5dbb


#bc5dbb Border Color

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

This div border color is #bc5dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5dbb


Comments

No comments written yet.

Please login to write comment.