Color Hex Logo

#bc319d Color Hex

#BC319D
(188,49,157)
0 Favorites   0 Comments

Color spaces of #bc319d

RGB 18849157
HSL0.870.590.46
HSV313°74°74°
CMYK 0.000.740.16   0.26
XYZ27.923215.322333.3841
Yxy15.32230.36440.2000
Hunter Lab39.143758.8316-23.1655
CIE-Lab46.072564.8343-27.8405

#bc319d color RGB value is (188,49,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00110001 10011101
Octal 274 61 235
Decimal 188 49 157
Hex BC 31 9D

RGB Percentages of Color #bc319d

%47.72
%12.44
%39.85

CMYK Percentages of Color #bc319d

%0
%74
%16
%26

Triadic Colors of #bc319d

#bc319d #9dbc31 #319dbc

Analogous Colors of #bc319d

#bc319d #bc3158 #9631bc

Monochromatic Colors of #bc319d

#bc319d

Complementary Color

#bc319d #31bc50

#bc319d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc319d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc319d Color CSS Codes

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

#bc319d Text Font Color

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

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


#bc319d Background Color

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

This div background color is #bc319d


#bc319d Border Color

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

This div border color is #bc319d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc319d


Comments

No comments written yet.

Please login to write comment.