Color Hex Logo

#bd4201 Color Hex

#BD4201
(189,66,1)
0 Favorites   0 Comments

Color spaces of #bd4201

RGB 189661
HSL0.060.990.37
HSV21°99°74°
CMYK 0.000.650.99   0.26
XYZ22.940014.71741.6604
Yxy14.71740.58350.3743
Hunter Lab38.363339.601624.2882
CIE-Lab45.244747.320955.9982

#bd4201 color RGB value is (189,66,1).

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

The process color (four color CMYK) of #bd4201 color hex is 0.00, 0.65, 0.99, 0.26. Web safe color of #bd4201 is #cc3300. Color #bd4201 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000010 00000001
Octal 275 102 1
Decimal 189 66 1
Hex BD 42 1

RGB Percentages of Color #bd4201

%73.83
%25.78
%0.39

CMYK Percentages of Color #bd4201

%0
%65
%99
%26

Triadic Colors of #bd4201

#bd4201 #01bd42 #4201bd

Analogous Colors of #bd4201

#bd4201 #bda001 #bd011e

Monochromatic Colors of #bd4201

#bd4201

Complementary Color

#bd4201 #017cbd

#bd4201 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd4201 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd4201 Color CSS Codes

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

#bd4201 Text Font Color

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

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


#bd4201 Background Color

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

This div background color is #bd4201


#bd4201 Border Color

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

This div border color is #bd4201


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd4201


Comments

No comments written yet.

Please login to write comment.