Color Hex Logo

#bc709a Color Hex

#BC709A
(188,112,154)
0 Favorites   0 Comments

Color spaces of #bc709a

RGB 188112154
HSL0.910.360.59
HSV327°40°74°
CMYK 0.000.400.18   0.26
XYZ32.365924.612833.6167
Yxy24.61280.35730.2717
Hunter Lab49.611329.6318-5.4471
CIE-Lab56.696235.8105-9.8363

#bc709a color RGB value is (188,112,154).

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

The process color (four color CMYK) of #bc709a color hex is 0.00, 0.40, 0.18, 0.26. Web safe color of #bc709a is #cc6699. Color #bc709a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110000 10011010
Octal 274 160 232
Decimal 188 112 154
Hex BC 70 9A

RGB Percentages of Color #bc709a

%41.41
%24.67
%33.92

CMYK Percentages of Color #bc709a

%0
%40
%18
%26

Triadic Colors of #bc709a

#bc709a #9abc70 #709abc

Analogous Colors of #bc709a

#bc709a #bc7074 #b870bc

Monochromatic Colors of #bc709a

#bc709a

Complementary Color

#bc709a #70bc92

#bc709a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc709a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc709a Color CSS Codes

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

#bc709a Text Font Color

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

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


#bc709a Background Color

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

This div background color is #bc709a


#bc709a Border Color

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

This div border color is #bc709a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc709a


Comments

No comments written yet.

Please login to write comment.