Color Hex Logo

#bc125c Color Hex

#BC125C
(188,18,92)
0 Favorites   0 Comments

Color spaces of #bc125c

RGB 1881892
HSL0.930.830.40
HSV334°90°74°
CMYK 0.000.900.51   0.26
XYZ22.887111.896711.2152
Yxy11.89670.49760.2586
Hunter Lab34.491658.08444.8655
CIE-Lab41.051565.15564.6129

#bc125c color RGB value is (188,18,92).

#bc125c hex color red value is 188, green value is 18 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bc125c hue: 0.93 , saturation: 0.83 and the lightness value of bc125c is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010010 01011100
Octal 274 22 134
Decimal 188 18 92
Hex BC 12 5C

RGB Percentages of Color #bc125c

%63.09
%6.04
%30.87

CMYK Percentages of Color #bc125c

%0
%90
%51
%26

Triadic Colors of #bc125c

#bc125c #5cbc12 #125cbc

Analogous Colors of #bc125c

#bc125c #bc1d12 #bc12b1

Monochromatic Colors of #bc125c

#bc125c

Complementary Color

#bc125c #12bc72

#bc125c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc125c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc125c Color CSS Codes

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

#bc125c Text Font Color

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

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


#bc125c Background Color

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

This div background color is #bc125c


#bc125c Border Color

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

This div border color is #bc125c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc125c


Comments

No comments written yet.

Please login to write comment.