Color Hex Logo

#bd184f Color Hex

#BD184F
(189,24,79)
0 Favorites   0 Comments

Color spaces of #bd184f

RGB 1892479
HSL0.940.770.42
HSV340°87°74°
CMYK 0.000.870.58   0.26
XYZ22.724212.03668.5227
Yxy12.03660.52500.2781
Hunter Lab34.693856.20219.7208
CIE-Lab41.274263.455713.1956

#bd184f color RGB value is (189,24,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00011000 01001111
Octal 275 30 117
Decimal 189 24 79
Hex BD 18 4F

RGB Percentages of Color #bd184f

%64.73
%8.22
%27.05

CMYK Percentages of Color #bd184f

%0
%87
%58
%26

Triadic Colors of #bd184f

#bd184f #4fbd18 #184fbd

Analogous Colors of #bd184f

#bd184f #bd3418 #bd18a2

Monochromatic Colors of #bd184f

#bd184f

Complementary Color

#bd184f #18bd86

#bd184f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd184f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd184f Color CSS Codes

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

#bd184f Text Font Color

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

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


#bd184f Background Color

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

This div background color is #bd184f


#bd184f Border Color

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

This div border color is #bd184f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,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 #bd184f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd184f


Comments

No comments written yet.

Please login to write comment.