Color Hex Logo

#bd064a Color Hex

#BD064A
(189,6,74)
0 Favorites   0 Comments

Color spaces of #bd064a

RGB 189674
HSL0.940.940.38
HSV338°97°74°
CMYK 0.000.970.61   0.26
XYZ22.287411.44357.5127
Yxy11.44350.54040.2775
Hunter Lab33.828258.403510.5124
CIE-Lab40.317665.577815.0688

#bd064a color RGB value is (189,6,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000110 01001010
Octal 275 6 112
Decimal 189 6 74
Hex BD 6 4A

RGB Percentages of Color #bd064a

%70.26
%2.23
%27.51

CMYK Percentages of Color #bd064a

%0
%97
%61
%26

Triadic Colors of #bd064a

#bd064a #4abd06 #064abd

Analogous Colors of #bd064a

#bd064a #bd1d06 #bd06a6

Monochromatic Colors of #bd064a

#bd064a

Complementary Color

#bd064a #06bd79

#bd064a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd064a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd064a Color CSS Codes

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

#bd064a Text Font Color

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

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


#bd064a Background Color

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

This div background color is #bd064a


#bd064a Border Color

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

This div border color is #bd064a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd064a


Comments

No comments written yet.

Please login to write comment.