Color Hex Logo

#bc3194 Color Hex

#BC3194
(188,49,148)
0 Favorites   0 Comments

Color spaces of #bc3194

RGB 18849148
HSL0.880.590.46
HSV317°74°74°
CMYK 0.000.740.21   0.26
XYZ27.182615.026129.4846
Yxy15.02610.37920.2096
Hunter Lab38.763557.3355-17.9632
CIE-Lab45.669963.6046-23.0648

#bc3194 color RGB value is (188,49,148).

#bc3194 hex color red value is 188, green value is 49 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bc3194 hue: 0.88 , saturation: 0.59 and the lightness value of bc3194 is 0.46.

The process color (four color CMYK) of #bc3194 color hex is 0.00, 0.74, 0.21, 0.26. Web safe color of #bc3194 is #cc3399. Color #bc3194 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110001 10010100
Octal 274 61 224
Decimal 188 49 148
Hex BC 31 94

RGB Percentages of Color #bc3194

%48.83
%12.73
%38.44

CMYK Percentages of Color #bc3194

%0
%74
%21
%26

Triadic Colors of #bc3194

#bc3194 #94bc31 #3194bc

Analogous Colors of #bc3194

#bc3194 #bc314e #9f31bc

Monochromatic Colors of #bc3194

#bc3194

Complementary Color

#bc3194 #31bc59

#bc3194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc3194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc3194 Color CSS Codes

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

#bc3194 Text Font Color

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

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


#bc3194 Background Color

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

This div background color is #bc3194


#bc3194 Border Color

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

This div border color is #bc3194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc3194


Comments

No comments written yet.

Please login to write comment.