Color Hex Logo

#bd230f Color Hex

#BD230F
(189,35,15)
0 Favorites   0 Comments

Color spaces of #bd230f

RGB 1893515
HSL0.020.850.40
HSV92°74°
CMYK 0.000.810.92   0.26
XYZ21.673512.05541.6365
Yxy12.05540.61280.3409
Hunter Lab34.720950.661921.5101
CIE-Lab41.304058.468749.4431

#bd230f color RGB value is (189,35,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00100011 00001111
Octal 275 43 17
Decimal 189 35 15
Hex BD 23 F

RGB Percentages of Color #bd230f

%79.08
%14.64
%6.28

CMYK Percentages of Color #bd230f

%0
%81
%92
%26

Triadic Colors of #bd230f

#bd230f #0fbd23 #230fbd

Analogous Colors of #bd230f

#bd230f #bd7a0f #bd0f52

Monochromatic Colors of #bd230f

#bd230f

Complementary Color

#bd230f #0fa9bd

#bd230f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd230f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd230f Color CSS Codes

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

#bd230f Text Font Color

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

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


#bd230f Background Color

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

This div background color is #bd230f


#bd230f Border Color

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

This div border color is #bd230f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd230f


Comments

No comments written yet.

Please login to write comment.