Color Hex Logo

#bc319a Color Hex

#BC319A
(188,49,154)
0 Favorites   0 Comments

Color spaces of #bc319a

RGB 18849154
HSL0.870.590.46
HSV315°74°74°
CMYK 0.000.740.18   0.26
XYZ27.670115.221132.0514
Yxy15.22110.36920.2031
Hunter Lab39.014258.3228-21.3986
CIE-Lab45.935664.4173-26.2577

#bc319a color RGB value is (188,49,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110001 10011010
Octal 274 61 232
Decimal 188 49 154
Hex BC 31 9A

RGB Percentages of Color #bc319a

%48.08
%12.53
%39.39

CMYK Percentages of Color #bc319a

%0
%74
%18
%26

Triadic Colors of #bc319a

#bc319a #9abc31 #319abc

Analogous Colors of #bc319a

#bc319a #bc3154 #9931bc

Monochromatic Colors of #bc319a

#bc319a

Complementary Color

#bc319a #31bc53

#bc319a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc319a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc319a Color CSS Codes

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

#bc319a Text Font Color

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

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


#bc319a Background Color

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

This div background color is #bc319a


#bc319a Border Color

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

This div border color is #bc319a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc319a


Comments

No comments written yet.

Please login to write comment.