Color Hex Logo

#bc3cae Color Hex

#BC3CAE
(188,60,174)
0 Favorites   0 Comments

Color spaces of #bc3cae

RGB 18860174
HSL0.850.520.49
HSV307°68°74°
CMYK 0.000.680.07   0.26
XYZ29.994916.979141.7408
Yxy16.97910.33810.1914
Hunter Lab41.205757.8257-31.2159
CIE-Lab48.233763.5438-34.5404

#bc3cae color RGB value is (188,60,174).

#bc3cae hex color red value is 188, green value is 60 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bc3cae hue: 0.85 , saturation: 0.52 and the lightness value of bc3cae is 0.49.

The process color (four color CMYK) of #bc3cae color hex is 0.00, 0.68, 0.07, 0.26. Web safe color of #bc3cae is #cc3399. Color #bc3cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00111100 10101110
Octal 274 74 256
Decimal 188 60 174
Hex BC 3C AE

RGB Percentages of Color #bc3cae

%44.55
%14.22
%41.23

CMYK Percentages of Color #bc3cae

%0
%68
%7
%26

Triadic Colors of #bc3cae

#bc3cae #aebc3c #3caebc

Analogous Colors of #bc3cae

#bc3cae #bc3c6e #8a3cbc

Monochromatic Colors of #bc3cae

#bc3cae

Complementary Color

#bc3cae #3cbc4a

#bc3cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3cae Color CSS Codes

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

#bc3cae Text Font Color

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

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


#bc3cae Background Color

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

This div background color is #bc3cae


#bc3cae Border Color

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

This div border color is #bc3cae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,60,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 #bc3cae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3cae


Comments

No comments written yet.

Please login to write comment.