Color Hex Logo

#bc135d Color Hex

#BC135D
(188,19,93)
0 Favorites   0 Comments

Color spaces of #bc135d

RGB 1881993
HSL0.930.820.41
HSV334°90°74°
CMYK 0.000.900.51   0.26
XYZ22.947711.947411.4525
Yxy11.94740.49510.2578
Hunter Lab34.565058.01734.5508
CIE-Lab41.132465.08114.0959

#bc135d color RGB value is (188,19,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010011 01011101
Octal 274 23 135
Decimal 188 19 93
Hex BC 13 5D

RGB Percentages of Color #bc135d

%62.67
%6.33
%31.00

CMYK Percentages of Color #bc135d

%0
%90
%51
%26

Triadic Colors of #bc135d

#bc135d #5dbc13 #135dbc

Analogous Colors of #bc135d

#bc135d #bc1e13 #bc13b2

Monochromatic Colors of #bc135d

#bc135d

Complementary Color

#bc135d #13bc72

#bc135d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc135d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc135d Color CSS Codes

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

#bc135d Text Font Color

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

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


#bc135d Background Color

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

This div background color is #bc135d


#bc135d Border Color

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

This div border color is #bc135d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc135d


Comments

No comments written yet.

Please login to write comment.