Color Hex Logo

#bc53ae Color Hex

#BC53AE
(188,83,174)
0 Favorites   0 Comments

Color spaces of #bc53ae

RGB 18883174
HSL0.860.440.53
HSV308°56°74°
CMYK 0.000.560.07   0.26
XYZ31.472319.933942.2332
Yxy19.93390.33610.2129
Hunter Lab44.647447.6931-24.8309
CIE-Lab51.762453.8336-29.0255

#bc53ae color RGB value is (188,83,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010011 10101110
Octal 274 123 256
Decimal 188 83 174
Hex BC 53 AE

RGB Percentages of Color #bc53ae

%42.25
%18.65
%39.10

CMYK Percentages of Color #bc53ae

%0
%56
%7
%26

Triadic Colors of #bc53ae

#bc53ae #aebc53 #53aebc

Analogous Colors of #bc53ae

#bc53ae #bc537a #9653bc

Monochromatic Colors of #bc53ae

#bc53ae

Complementary Color

#bc53ae #53bc61

#bc53ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc53ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc53ae Color CSS Codes

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

#bc53ae Text Font Color

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

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


#bc53ae Background Color

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

This div background color is #bc53ae


#bc53ae Border Color

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

This div border color is #bc53ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc53ae


Comments

No comments written yet.

Please login to write comment.