Color Hex Logo

#bd063d Color Hex

#BD063D
(189,6,61)
0 Favorites   0 Comments

Color spaces of #bd063d

RGB 189661
HSL0.950.940.38
HSV342°97°74°
CMYK 0.000.970.68   0.26
XYZ21.893711.28605.4394
Yxy11.28600.56690.2922
Hunter Lab33.594657.538213.9164
CIE-Lab40.058164.870322.9926

#bd063d color RGB value is (189,6,61).

#bd063d hex color red value is 189, green value is 6 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bd063d hue: 0.95 , saturation: 0.94 and the lightness value of bd063d is 0.38.

The process color (four color CMYK) of #bd063d color hex is 0.00, 0.97, 0.68, 0.26. Web safe color of #bd063d is #cc0033. Color #bd063d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000110 00111101
Octal 275 6 75
Decimal 189 6 61
Hex BD 6 3D

RGB Percentages of Color #bd063d

%73.83
%2.34
%23.83

CMYK Percentages of Color #bd063d

%0
%97
%68
%26

Triadic Colors of #bd063d

#bd063d #3dbd06 #063dbd

Analogous Colors of #bd063d

#bd063d #bd2a06 #bd0699

Monochromatic Colors of #bd063d

#bd063d

Complementary Color

#bd063d #06bd86

#bd063d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd063d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd063d Color CSS Codes

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

#bd063d Text Font Color

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

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


#bd063d Background Color

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

This div background color is #bd063d


#bd063d Border Color

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

This div border color is #bd063d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd063d


Comments

No comments written yet.

Please login to write comment.