Color Hex Logo

#bc4dae Color Hex

#BC4DAE
(188,77,174)
0 Favorites   0 Comments

Color spaces of #bc4dae

RGB 18877174
HSL0.850.450.52
HSV308°59°74°
CMYK 0.000.590.07   0.26
XYZ31.032919.055142.0868
Yxy19.05510.33670.2067
Hunter Lab43.652150.5068-26.6074
CIE-Lab50.751656.5730-30.5995

#bc4dae color RGB value is (188,77,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01001101 10101110
Octal 274 115 256
Decimal 188 77 174
Hex BC 4D AE

RGB Percentages of Color #bc4dae

%42.82
%17.54
%39.64

CMYK Percentages of Color #bc4dae

%0
%59
%7
%26

Triadic Colors of #bc4dae

#bc4dae #aebc4d #4daebc

Analogous Colors of #bc4dae

#bc4dae #bc4d77 #934dbc

Monochromatic Colors of #bc4dae

#bc4dae

Complementary Color

#bc4dae #4dbc5b

#bc4dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc4dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc4dae Color CSS Codes

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

#bc4dae Text Font Color

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

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


#bc4dae Background Color

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

This div background color is #bc4dae


#bc4dae Border Color

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

This div border color is #bc4dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc4dae


Comments

No comments written yet.

Please login to write comment.