Color Hex Logo

#bc717a Color Hex

#BC717A
(188,113,122)
0 Favorites   0 Comments

Color spaces of #bc717a

RGB 188113122
HSL0.980.360.59
HSV353°40°74°
CMYK 0.000.400.35   0.26
XYZ30.157023.906821.4374
Yxy23.90680.39940.3166
Hunter Lab48.894624.52908.2310
CIE-Lab55.994430.70487.7780

#bc717a color RGB value is (188,113,122).

#bc717a hex color red value is 188, green value is 113 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bc717a hue: 0.98 , saturation: 0.36 and the lightness value of bc717a is 0.59.

The process color (four color CMYK) of #bc717a color hex is 0.00, 0.40, 0.35, 0.26. Web safe color of #bc717a is #cc6666. Color #bc717a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110001 01111010
Octal 274 161 172
Decimal 188 113 122
Hex BC 71 7A

RGB Percentages of Color #bc717a

%44.44
%26.71
%28.84

CMYK Percentages of Color #bc717a

%0
%40
%35
%26

Triadic Colors of #bc717a

#bc717a #7abc71 #717abc

Analogous Colors of #bc717a

#bc717a #bc8e71 #bc71a0

Monochromatic Colors of #bc717a

#bc717a

Complementary Color

#bc717a #71bcb3

#bc717a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc717a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc717a Color CSS Codes

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

#bc717a Text Font Color

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

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


#bc717a Background Color

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

This div background color is #bc717a


#bc717a Border Color

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

This div border color is #bc717a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc717a


Comments

No comments written yet.

Please login to write comment.