Color Hex Logo

#bc1983 Color Hex

#BC1983
(188,25,131)
0 Favorites   0 Comments

Color spaces of #bc1983

RGB 18825131
HSL0.890.770.42
HSV321°87°74°
CMYK 0.000.870.30   0.26
XYZ25.183413.025322.6596
Yxy13.02530.41370.2140
Hunter Lab36.090661.3958-11.9620
CIE-Lab42.801367.6866-17.1390

#bc1983 color RGB value is (188,25,131).

#bc1983 hex color red value is 188, green value is 25 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #bc1983 hue: 0.89 , saturation: 0.77 and the lightness value of bc1983 is 0.42.

The process color (four color CMYK) of #bc1983 color hex is 0.00, 0.87, 0.30, 0.26. Web safe color of #bc1983 is #cc0099. Color #bc1983 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011001 10000011
Octal 274 31 203
Decimal 188 25 131
Hex BC 19 83

RGB Percentages of Color #bc1983

%54.65
%7.27
%38.08

CMYK Percentages of Color #bc1983

%0
%87
%30
%26

Triadic Colors of #bc1983

#bc1983 #83bc19 #1983bc

Analogous Colors of #bc1983

#bc1983 #bc1931 #a419bc

Monochromatic Colors of #bc1983

#bc1983

Complementary Color

#bc1983 #19bc52

#bc1983 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1983 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1983 Color CSS Codes

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

#bc1983 Text Font Color

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

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


#bc1983 Background Color

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

This div background color is #bc1983


#bc1983 Border Color

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

This div border color is #bc1983


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1983


Comments

No comments written yet.

Please login to write comment.