Color Hex Logo

#bd064f Color Hex

#BD064F
(189,6,79)
0 Favorites   0 Comments

Color spaces of #bd064f

RGB 189679
HSL0.930.940.38
HSV336°97°74°
CMYK 0.000.970.58   0.26
XYZ22.462711.51368.4356
Yxy11.51360.52960.2715
Hunter Lab33.931758.78619.0124
CIE-Lab40.432465.889412.0366

#bd064f color RGB value is (189,6,79).

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

The process color (four color CMYK) of #bd064f color hex is 0.00, 0.97, 0.58, 0.26. Web safe color of #bd064f is #cc0066. Color #bd064f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000110 01001111
Octal 275 6 117
Decimal 189 6 79
Hex BD 6 4F

RGB Percentages of Color #bd064f

%68.98
%2.19
%28.83

CMYK Percentages of Color #bd064f

%0
%97
%58
%26

Triadic Colors of #bd064f

#bd064f #4fbd06 #064fbd

Analogous Colors of #bd064f

#bd064f #bd1806 #bd06ab

Monochromatic Colors of #bd064f

#bd064f

Complementary Color

#bd064f #06bd74

#bd064f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd064f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd064f Color CSS Codes

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

#bd064f Text Font Color

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

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


#bd064f Background Color

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

This div background color is #bd064f


#bd064f Border Color

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

This div border color is #bd064f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd064f


Comments

No comments written yet.

Please login to write comment.