Color Hex Logo

#bd641c Color Hex

#BD641C
(189,100,28)
0 Favorites   0 Comments

Color spaces of #bd641c

RGB 18910028
HSL0.070.740.43
HSV27°85°74°
CMYK 0.000.470.85   0.26
XYZ25.753020.01703.6049
Yxy20.01700.52160.4054
Hunter Lab44.740424.450826.5410
CIE-Lab51.856431.059252.7732

#bd641c color RGB value is (189,100,28).

#bd641c hex color red value is 189, green value is 100 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #bd641c hue: 0.07 , saturation: 0.74 and the lightness value of bd641c is 0.43.

The process color (four color CMYK) of #bd641c color hex is 0.00, 0.47, 0.85, 0.26. Web safe color of #bd641c is #cc6633. Color #bd641c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100100 00011100
Octal 275 144 34
Decimal 189 100 28
Hex BD 64 1C

RGB Percentages of Color #bd641c

%59.62
%31.55
%8.83

CMYK Percentages of Color #bd641c

%0
%47
%85
%26

Triadic Colors of #bd641c

#bd641c #1cbd64 #641cbd

Analogous Colors of #bd641c

#bd641c #bdb51c #bd1c24

Monochromatic Colors of #bd641c

#bd641c

Complementary Color

#bd641c #1c75bd

#bd641c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd641c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd641c Color CSS Codes

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

#bd641c Text Font Color

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

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


#bd641c Background Color

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

This div background color is #bd641c


#bd641c Border Color

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

This div border color is #bd641c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd641c


Comments

No comments written yet.

Please login to write comment.