Color Hex Logo

#bd366c Color Hex

#BD366C
(189,54,108)
0 Favorites   0 Comments

Color spaces of #bd366c

RGB 18954108
HSL0.930.560.48
HSV336°71°74°
CMYK 0.000.710.43   0.26
XYZ25.012214.539915.6755
Yxy14.53990.45290.2633
Hunter Lab38.131250.35762.3181
CIE-Lab44.997557.49120.3465

#bd366c color RGB value is (189,54,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110110 01101100
Octal 275 66 154
Decimal 189 54 108
Hex BD 36 6C

RGB Percentages of Color #bd366c

%53.85
%15.38
%30.77

CMYK Percentages of Color #bd366c

%0
%71
%43
%26

Triadic Colors of #bd366c

#bd366c #6cbd36 #366cbd

Analogous Colors of #bd366c

#bd366c #bd4336 #bd36b0

Monochromatic Colors of #bd366c

#bd366c

Complementary Color

#bd366c #36bd87

#bd366c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd366c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd366c Color CSS Codes

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

#bd366c Text Font Color

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

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


#bd366c Background Color

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

This div background color is #bd366c


#bd366c Border Color

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

This div border color is #bd366c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd366c


Comments

No comments written yet.

Please login to write comment.