Color Hex Logo

#bc175a Color Hex

#BC175A
(188,23,90)
0 Favorites   0 Comments

Color spaces of #bc175a

RGB 1882390
HSL0.930.780.41
HSV336°88°74°
CMYK 0.000.880.52   0.26
XYZ22.890912.042310.7908
Yxy12.04230.50060.2634
Hunter Lab34.702057.01755.8548
CIE-Lab41.283364.17376.2104

#bc175a color RGB value is (188,23,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 00010111 01011010
Octal 274 27 132
Decimal 188 23 90
Hex BC 17 5A

RGB Percentages of Color #bc175a

%62.46
%7.64
%29.90

CMYK Percentages of Color #bc175a

%0
%88
%52
%26

Triadic Colors of #bc175a

#bc175a #5abc17 #175abc

Analogous Colors of #bc175a

#bc175a #bc2717 #bc17ad

Monochromatic Colors of #bc175a

#bc175a

Complementary Color

#bc175a #17bc79

#bc175a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc175a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc175a Color CSS Codes

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

#bc175a Text Font Color

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

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


#bc175a Background Color

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

This div background color is #bc175a


#bc175a Border Color

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

This div border color is #bc175a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc175a


Comments

No comments written yet.

Please login to write comment.