Color Hex Logo

#bd230e Color Hex

#BD230E
(189,35,14)
0 Favorites   0 Comments

Color spaces of #bd230e

RGB 1893514
HSL0.020.860.40
HSV93°74°
CMYK 0.000.810.93   0.26
XYZ21.666612.05261.5999
Yxy12.05260.61350.3412
Hunter Lab34.716950.646421.5695
CIE-Lab41.299658.455449.8062

#bd230e color RGB value is (189,35,14).

#bd230e hex color red value is 189, green value is 35 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bd230e hue: 0.02 , saturation: 0.86 and the lightness value of bd230e is 0.40.

The process color (four color CMYK) of #bd230e color hex is 0.00, 0.81, 0.93, 0.26. Web safe color of #bd230e is #cc3300. Color #bd230e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100011 00001110
Octal 275 43 16
Decimal 189 35 14
Hex BD 23 E

RGB Percentages of Color #bd230e

%79.41
%14.71
%5.88

CMYK Percentages of Color #bd230e

%0
%81
%93
%26

Triadic Colors of #bd230e

#bd230e #0ebd23 #230ebd

Analogous Colors of #bd230e

#bd230e #bd7b0e #bd0e51

Monochromatic Colors of #bd230e

#bd230e

Complementary Color

#bd230e #0ea8bd

#bd230e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd230e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd230e Color CSS Codes

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

#bd230e Text Font Color

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

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


#bd230e Background Color

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

This div background color is #bd230e


#bd230e Border Color

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

This div border color is #bd230e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd230e


Comments

No comments written yet.

Please login to write comment.