Color Hex Logo

#bd351e Color Hex

#BD351E
(189,53,30)
0 Favorites   0 Comments

Color spaces of #bd351e

RGB 1895330
HSL0.020.730.43
HSV84°74°
CMYK 0.000.720.84   0.26
XYZ22.493713.45882.6405
Yxy13.45880.58280.3487
Hunter Lab36.686245.244121.4130
CIE-Lab43.446653.039344.6038

#bd351e color RGB value is (189,53,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00110101 00011110
Octal 275 65 36
Decimal 189 53 30
Hex BD 35 1E

RGB Percentages of Color #bd351e

%69.49
%19.49
%11.03

CMYK Percentages of Color #bd351e

%0
%72
%84
%26

Triadic Colors of #bd351e

#bd351e #1ebd35 #351ebd

Analogous Colors of #bd351e

#bd351e #bd851e #bd1e57

Monochromatic Colors of #bd351e

#bd351e

Complementary Color

#bd351e #1ea6bd

#bd351e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd351e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd351e Color CSS Codes

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

#bd351e Text Font Color

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

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


#bd351e Background Color

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

This div background color is #bd351e


#bd351e Border Color

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

This div border color is #bd351e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd351e


Comments

No comments written yet.

Please login to write comment.