Color Hex Logo

#bc184f Color Hex

#BC184F
(188,24,79)
0 Favorites   0 Comments

Color spaces of #bc184f

RGB 1882479
HSL0.940.770.42
HSV340°87°74°
CMYK 0.000.870.58   0.26
XYZ22.477011.90918.5112
Yxy11.90910.52400.2776
Hunter Lab34.509655.87019.5338
CIE-Lab41.071363.201112.8842

#bc184f color RGB value is (188,24,79).

#bc184f hex color red value is 188, green value is 24 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bc184f hue: 0.94 , saturation: 0.77 and the lightness value of bc184f is 0.42.

The process color (four color CMYK) of #bc184f color hex is 0.00, 0.87, 0.58, 0.26. Web safe color of #bc184f is #cc0066. Color #bc184f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 00011000 01001111
Octal 274 30 117
Decimal 188 24 79
Hex BC 18 4F

RGB Percentages of Color #bc184f

%64.60
%8.25
%27.15

CMYK Percentages of Color #bc184f

%0
%87
%58
%26

Triadic Colors of #bc184f

#bc184f #4fbc18 #184fbc

Analogous Colors of #bc184f

#bc184f #bc3318 #bc18a1

Monochromatic Colors of #bc184f

#bc184f

Complementary Color

#bc184f #18bc85

#bc184f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc184f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc184f Color CSS Codes

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

#bc184f Text Font Color

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

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


#bc184f Background Color

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

This div background color is #bc184f


#bc184f Border Color

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

This div border color is #bc184f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc184f


Comments

No comments written yet.

Please login to write comment.