Color Hex Logo

#bc7594 Color Hex

#BC7594
(188,117,148)
0 Favorites   0 Comments

Color spaces of #bc7594

RGB 188117148
HSL0.930.350.60
HSV334°38°74°
CMYK 0.000.380.21   0.26
XYZ32.445625.552131.2389
Yxy25.55210.36360.2863
Hunter Lab50.549126.1117-1.2564
CIE-Lab57.609432.1605-4.9964

#bc7594 color RGB value is (188,117,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 10010100
Octal 274 165 224
Decimal 188 117 148
Hex BC 75 94

RGB Percentages of Color #bc7594

%41.50
%25.83
%32.67

CMYK Percentages of Color #bc7594

%0
%38
%21
%26

Triadic Colors of #bc7594

#bc7594 #94bc75 #7594bc

Analogous Colors of #bc7594

#bc7594 #bc7a75 #bc75b8

Monochromatic Colors of #bc7594

#bc7594

Complementary Color

#bc7594 #75bc9d

#bc7594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7594 Color CSS Codes

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

#bc7594 Text Font Color

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

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


#bc7594 Background Color

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

This div background color is #bc7594


#bc7594 Border Color

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

This div border color is #bc7594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7594


Comments

No comments written yet.

Please login to write comment.