Color Hex Logo

#bc5475 Color Hex

#BC5475
(188,84,117)
0 Favorites   0 Comments

Color spaces of #bc5475

RGB 18884117
HSL0.950.440.53
HSV341°55°74°
CMYK 0.000.550.38   0.26
XYZ27.120218.316418.9356
Yxy18.31640.42130.2845
Hunter Lab42.797738.21673.7258
CIE-Lab49.877645.21561.9465

#bc5475 color RGB value is (188,84,117).

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

The process color (four color CMYK) of #bc5475 color hex is 0.00, 0.55, 0.38, 0.26. Web safe color of #bc5475 is #cc6666. Color #bc5475 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010100 01110101
Octal 274 124 165
Decimal 188 84 117
Hex BC 54 75

RGB Percentages of Color #bc5475

%48.33
%21.59
%30.08

CMYK Percentages of Color #bc5475

%0
%55
%38
%26

Triadic Colors of #bc5475

#bc5475 #75bc54 #5475bc

Analogous Colors of #bc5475

#bc5475 #bc6754 #bc54a9

Monochromatic Colors of #bc5475

#bc5475

Complementary Color

#bc5475 #54bc9b

#bc5475 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc5475 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc5475 Color CSS Codes

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

#bc5475 Text Font Color

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

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


#bc5475 Background Color

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

This div background color is #bc5475


#bc5475 Border Color

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

This div border color is #bc5475


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc5475


Comments

No comments written yet.

Please login to write comment.