Color Hex Logo

#bd421e Color Hex

#BD421E
(189,66,30)
0 Favorites   0 Comments

Color spaces of #bd421e

RGB 1896630
HSL0.040.730.43
HSV14°84°74°
CMYK 0.000.650.84   0.26
XYZ23.168814.80902.8656
Yxy14.80900.56730.3626
Hunter Lab38.482540.123622.5227
CIE-Lab45.371547.805946.3223

#bd421e color RGB value is (189,66,30).

#bd421e hex color red value is 189, green value is 66 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bd421e hue: 0.04 , saturation: 0.73 and the lightness value of bd421e is 0.43.

The process color (four color CMYK) of #bd421e color hex is 0.00, 0.65, 0.84, 0.26. Web safe color of #bd421e is #cc3333. Color #bd421e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01000010 00011110
Octal 275 102 36
Decimal 189 66 30
Hex BD 42 1E

RGB Percentages of Color #bd421e

%66.32
%23.16
%10.53

CMYK Percentages of Color #bd421e

%0
%65
%84
%26

Triadic Colors of #bd421e

#bd421e #1ebd42 #421ebd

Analogous Colors of #bd421e

#bd421e #bd921e #bd1e49

Monochromatic Colors of #bd421e

#bd421e

Complementary Color

#bd421e #1e99bd

#bd421e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd421e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd421e Color CSS Codes

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

#bd421e Text Font Color

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

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


#bd421e Background Color

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

This div background color is #bd421e


#bd421e Border Color

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

This div border color is #bd421e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd421e


Comments

No comments written yet.

Please login to write comment.