Color Hex Logo

#bc757a Color Hex

#BC757A
(188,117,122)
0 Favorites   0 Comments

Color spaces of #bc757a

RGB 188117122
HSL0.990.350.60
HSV356°38°74°
CMYK 0.000.380.35   0.26
XYZ30.613224.819121.5894
Yxy24.81910.39750.3222
Hunter Lab49.818822.50389.1793
CIE-Lab56.898728.51769.0629

#bc757a color RGB value is (188,117,122).

#bc757a hex color red value is 188, green value is 117 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #bc757a hue: 0.99 , saturation: 0.35 and the lightness value of bc757a is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 01111010
Octal 274 165 172
Decimal 188 117 122
Hex BC 75 7A

RGB Percentages of Color #bc757a

%44.03
%27.40
%28.57

CMYK Percentages of Color #bc757a

%0
%38
%35
%26

Triadic Colors of #bc757a

#bc757a #7abc75 #757abc

Analogous Colors of #bc757a

#bc757a #bc9475 #bc759e

Monochromatic Colors of #bc757a

#bc757a

Complementary Color

#bc757a #75bcb7

#bc757a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc757a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc757a Color CSS Codes

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

#bc757a Text Font Color

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

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


#bc757a Background Color

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

This div background color is #bc757a


#bc757a Border Color

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

This div border color is #bc757a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc757a


Comments

No comments written yet.

Please login to write comment.