Color Hex Logo

#bc5cae Color Hex

#BC5CAE
(188,92,174)
0 Favorites   0 Comments

Color spaces of #bc5cae

RGB 18892174
HSL0.860.420.55
HSV309°51°74°
CMYK 0.000.510.07   0.26
XYZ32.206221.401742.4779
Yxy21.40170.33520.2227
Hunter Lab46.262043.3079-22.0569
CIE-Lab53.386449.5019-26.5067

#bc5cae color RGB value is (188,92,174).

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

The process color (four color CMYK) of #bc5cae color hex is 0.00, 0.51, 0.07, 0.26. Web safe color of #bc5cae is #cc6699. Color #bc5cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01011100 10101110
Octal 274 134 256
Decimal 188 92 174
Hex BC 5C AE

RGB Percentages of Color #bc5cae

%41.41
%20.26
%38.33

CMYK Percentages of Color #bc5cae

%0
%51
%7
%26

Triadic Colors of #bc5cae

#bc5cae #aebc5c #5caebc

Analogous Colors of #bc5cae

#bc5cae #bc5c7e #9a5cbc

Monochromatic Colors of #bc5cae

#bc5cae

Complementary Color

#bc5cae #5cbc6a

#bc5cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5cae Color CSS Codes

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

#bc5cae Text Font Color

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

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


#bc5cae Background Color

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

This div background color is #bc5cae


#bc5cae Border Color

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

This div border color is #bc5cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5cae


Comments

No comments written yet.

Please login to write comment.