Color Hex Logo

#bc1583 Color Hex

#BC1583
(188,21,131)
0 Favorites   0 Comments

Color spaces of #bc1583

RGB 18821131
HSL0.890.800.41
HSV320°89°74°
CMYK 0.000.890.30   0.26
XYZ25.103912.866422.6331
Yxy12.86640.41420.2123
Hunter Lab35.869862.1534-12.3020
CIE-Lab42.561368.3832-17.5068

#bc1583 color RGB value is (188,21,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010101 10000011
Octal 274 25 203
Decimal 188 21 131
Hex BC 15 83

RGB Percentages of Color #bc1583

%55.29
%6.18
%38.53

CMYK Percentages of Color #bc1583

%0
%89
%30
%26

Triadic Colors of #bc1583

#bc1583 #83bc15 #1583bc

Analogous Colors of #bc1583

#bc1583 #bc152f #a215bc

Monochromatic Colors of #bc1583

#bc1583

Complementary Color

#bc1583 #15bc4e

#bc1583 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc1583 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc1583 Color CSS Codes

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

#bc1583 Text Font Color

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

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


#bc1583 Background Color

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

This div background color is #bc1583


#bc1583 Border Color

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

This div border color is #bc1583


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc1583


Comments

No comments written yet.

Please login to write comment.