Color Hex Logo

#bc5eab Color Hex

#BC5EAB
(188,94,171)
0 Favorites   0 Comments

Color spaces of #bc5eab

RGB 18894171
HSL0.860.410.55
HSV311°50°74°
CMYK 0.000.500.09   0.26
XYZ32.092421.637041.0130
Yxy21.63700.33870.2284
Hunter Lab46.515641.7498-19.7153
CIE-Lab53.639747.9987-24.3703

#bc5eab color RGB value is (188,94,171).

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

The process color (four color CMYK) of #bc5eab color hex is 0.00, 0.50, 0.09, 0.26. Web safe color of #bc5eab is #cc6699. Color #bc5eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011110 10101011
Octal 274 136 253
Decimal 188 94 171
Hex BC 5E AB

RGB Percentages of Color #bc5eab

%41.50
%20.75
%37.75

CMYK Percentages of Color #bc5eab

%0
%50
%9
%26

Triadic Colors of #bc5eab

#bc5eab #abbc5e #5eabbc

Analogous Colors of #bc5eab

#bc5eab #bc5e7c #9e5ebc

Monochromatic Colors of #bc5eab

#bc5eab

Complementary Color

#bc5eab #5ebc6f

#bc5eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5eab Color CSS Codes

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

#bc5eab Text Font Color

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

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


#bc5eab Background Color

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

This div background color is #bc5eab


#bc5eab Border Color

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

This div border color is #bc5eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5eab


Comments

No comments written yet.

Please login to write comment.