Color Hex Logo

#bd5701 Color Hex

#BD5701
(189,87,1)
0 Favorites   0 Comments

Color spaces of #bd5701

RGB 189871
HSL0.080.990.37
HSV27°99°74°
CMYK 0.000.540.99   0.26
XYZ24.399917.63742.1471
Yxy17.63740.55220.3992
Hunter Lab41.996930.212626.3666
CIE-Lab49.053337.372858.1277

#bd5701 color RGB value is (189,87,1).

#bd5701 hex color red value is 189, green value is 87 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bd5701 hue: 0.08 , saturation: 0.99 and the lightness value of bd5701 is 0.37.

The process color (four color CMYK) of #bd5701 color hex is 0.00, 0.54, 0.99, 0.26. Web safe color of #bd5701 is #cc6600. Color #bd5701 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 00000001
Octal 275 127 1
Decimal 189 87 1
Hex BD 57 1

RGB Percentages of Color #bd5701

%68.23
%31.41
%0.36

CMYK Percentages of Color #bd5701

%0
%54
%99
%26

Triadic Colors of #bd5701

#bd5701 #01bd57 #5701bd

Analogous Colors of #bd5701

#bd5701 #bdb501 #bd0109

Monochromatic Colors of #bd5701

#bd5701

Complementary Color

#bd5701 #0167bd

#bd5701 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5701 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5701 Color CSS Codes

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

#bd5701 Text Font Color

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

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


#bd5701 Background Color

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

This div background color is #bd5701


#bd5701 Border Color

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

This div border color is #bd5701


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5701


Comments

No comments written yet.

Please login to write comment.