Color Hex Logo

#bc7493 Color Hex

#BC7493
(188,116,147)
0 Favorites   0 Comments

Color spaces of #bc7493

RGB 188116147
HSL0.930.350.60
HSV334°38°74°
CMYK 0.000.380.22   0.26
XYZ32.250925.288730.7852
Yxy25.28870.36510.2863
Hunter Lab50.287926.4728-1.0946
CIE-Lab57.355632.5541-4.7923

#bc7493 color RGB value is (188,116,147).

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

The process color (four color CMYK) of #bc7493 color hex is 0.00, 0.38, 0.22, 0.26. Web safe color of #bc7493 is #cc6699. Color #bc7493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110100 10010011
Octal 274 164 223
Decimal 188 116 147
Hex BC 74 93

RGB Percentages of Color #bc7493

%41.69
%25.72
%32.59

CMYK Percentages of Color #bc7493

%0
%38
%22
%26

Triadic Colors of #bc7493

#bc7493 #93bc74 #7493bc

Analogous Colors of #bc7493

#bc7493 #bc7974 #bc74b7

Monochromatic Colors of #bc7493

#bc7493

Complementary Color

#bc7493 #74bc9d

#bc7493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7493 Color CSS Codes

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

#bc7493 Text Font Color

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

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


#bc7493 Background Color

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

This div background color is #bc7493


#bc7493 Border Color

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

This div border color is #bc7493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7493


Comments

No comments written yet.

Please login to write comment.