Color Hex Logo

#bd366f Color Hex

#BD366F
(189,54,111)
0 Favorites   0 Comments

Color spaces of #bd366f

RGB 18954111
HSL0.930.560.48
HSV335°71°74°
CMYK 0.000.710.41   0.26
XYZ25.174714.604816.5311
Yxy14.60480.44710.2594
Hunter Lab38.216250.70741.1044
CIE-Lab45.088157.7930-1.3707

#bd366f color RGB value is (189,54,111).

#bd366f hex color red value is 189, green value is 54 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #bd366f hue: 0.93 , saturation: 0.56 and the lightness value of bd366f is 0.48.

The process color (four color CMYK) of #bd366f color hex is 0.00, 0.71, 0.41, 0.26. Web safe color of #bd366f is #cc3366. Color #bd366f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110110 01101111
Octal 275 66 157
Decimal 189 54 111
Hex BD 36 6F

RGB Percentages of Color #bd366f

%53.39
%15.25
%31.36

CMYK Percentages of Color #bd366f

%0
%71
%41
%26

Triadic Colors of #bd366f

#bd366f #6fbd36 #366fbd

Analogous Colors of #bd366f

#bd366f #bd4036 #bd36b3

Monochromatic Colors of #bd366f

#bd366f

Complementary Color

#bd366f #36bd84

#bd366f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd366f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd366f Color CSS Codes

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

#bd366f Text Font Color

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

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


#bd366f Background Color

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

This div background color is #bd366f


#bd366f Border Color

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

This div border color is #bd366f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,54,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd366f


Comments

No comments written yet.

Please login to write comment.