Color Hex Logo

#bc135b Color Hex

#BC135B
(188,19,91)
0 Favorites   0 Comments

Color spaces of #bc135b

RGB 1881991
HSL0.930.820.41
HSV334°90°74°
CMYK 0.000.900.52   0.26
XYZ22.860211.912410.9920
Yxy11.91240.49950.2603
Hunter Lab34.514357.82745.2776
CIE-Lab41.076664.92565.2823

#bc135b color RGB value is (188,19,91).

#bc135b hex color red value is 188, green value is 19 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bc135b hue: 0.93 , saturation: 0.82 and the lightness value of bc135b is 0.41.

The process color (four color CMYK) of #bc135b color hex is 0.00, 0.90, 0.52, 0.26. Web safe color of #bc135b is #cc0066. Color #bc135b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010011 01011011
Octal 274 23 133
Decimal 188 19 91
Hex BC 13 5B

RGB Percentages of Color #bc135b

%63.09
%6.38
%30.54

CMYK Percentages of Color #bc135b

%0
%90
%52
%26

Triadic Colors of #bc135b

#bc135b #5bbc13 #135bbc

Analogous Colors of #bc135b

#bc135b #bc2013 #bc13b0

Monochromatic Colors of #bc135b

#bc135b

Complementary Color

#bc135b #13bc74

#bc135b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc135b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc135b Color CSS Codes

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

#bc135b Text Font Color

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

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


#bc135b Background Color

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

This div background color is #bc135b


#bc135b Border Color

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

This div border color is #bc135b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc135b


Comments

No comments written yet.

Please login to write comment.