Color Hex Logo

#bc514d Color Hex

#BC514D
(188,81,77)
0 Favorites   0 Comments

Color spaces of #bc514d

RGB 1888177
HSL0.010.450.52
HSV59°74°
CMYK 0.000.570.59   0.26
XYZ25.021017.11209.0054
Yxy17.11200.48930.3346
Hunter Lab41.366735.575716.0494
CIE-Lab48.400842.859023.8973

#bc514d color RGB value is (188,81,77).

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

The process color (four color CMYK) of #bc514d color hex is 0.00, 0.57, 0.59, 0.26. Web safe color of #bc514d is #cc6666. Color #bc514d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01010001 01001101
Octal 274 121 115
Decimal 188 81 77
Hex BC 51 4D

RGB Percentages of Color #bc514d

%54.34
%23.41
%22.25

CMYK Percentages of Color #bc514d

%0
%57
%59
%26

Triadic Colors of #bc514d

#bc514d #4dbc51 #514dbc

Analogous Colors of #bc514d

#bc514d #bc894d #bc4d81

Monochromatic Colors of #bc514d

#bc514d

Complementary Color

#bc514d #4db8bc

#bc514d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc514d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc514d Color CSS Codes

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

#bc514d Text Font Color

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

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


#bc514d Background Color

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

This div background color is #bc514d


#bc514d Border Color

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

This div border color is #bc514d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc514d


Comments

No comments written yet.

Please login to write comment.