Color Hex Logo

#bc135f Color Hex

#BC135F
(188,19,95)
0 Favorites   0 Comments

Color spaces of #bc135f

RGB 1881995
HSL0.930.820.41
HSV333°90°74°
CMYK 0.000.900.49   0.26
XYZ23.037511.983311.9253
Yxy11.98330.49070.2553
Hunter Lab34.616958.21193.8068
CIE-Lab41.189665.24032.9127

#bc135f color RGB value is (188,19,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010011 01011111
Octal 274 23 137
Decimal 188 19 95
Hex BC 13 5F

RGB Percentages of Color #bc135f

%62.25
%6.29
%31.46

CMYK Percentages of Color #bc135f

%0
%90
%49
%26

Triadic Colors of #bc135f

#bc135f #5fbc13 #135fbc

Analogous Colors of #bc135f

#bc135f #bc1c13 #bc13b4

Monochromatic Colors of #bc135f

#bc135f

Complementary Color

#bc135f #13bc70

#bc135f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc135f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc135f Color CSS Codes

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

#bc135f Text Font Color

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

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


#bc135f Background Color

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

This div background color is #bc135f


#bc135f Border Color

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

This div border color is #bc135f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc135f


Comments

No comments written yet.

Please login to write comment.