Color Hex Logo

#bc719a Color Hex

#BC719A
(188,113,154)
0 Favorites   0 Comments

Color spaces of #bc719a

RGB 188113154
HSL0.910.360.59
HSV327°40°74°
CMYK 0.000.400.18   0.26
XYZ32.476924.834733.6537
Yxy24.83470.35700.2730
Hunter Lab49.834429.1175-5.1550
CIE-Lab56.914035.2704-9.5103

#bc719a color RGB value is (188,113,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110001 10011010
Octal 274 161 232
Decimal 188 113 154
Hex BC 71 9A

RGB Percentages of Color #bc719a

%41.32
%24.84
%33.85

CMYK Percentages of Color #bc719a

%0
%40
%18
%26

Triadic Colors of #bc719a

#bc719a #9abc71 #719abc

Analogous Colors of #bc719a

#bc719a #bc7175 #b971bc

Monochromatic Colors of #bc719a

#bc719a

Complementary Color

#bc719a #71bc93

#bc719a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc719a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc719a Color CSS Codes

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

#bc719a Text Font Color

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

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


#bc719a Background Color

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

This div background color is #bc719a


#bc719a Border Color

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

This div border color is #bc719a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc719a


Comments

No comments written yet.

Please login to write comment.