Color Hex Logo

#bd004f Color Hex

#BD004F
(189,0,79)
0 Favorites   0 Comments

Color spaces of #bd004f

RGB 189079
HSL0.931.000.37
HSV335°100°74°
CMYK 0.001.000.58   0.26
XYZ22.397511.38338.4139
Yxy11.38330.53080.2698
Hunter Lab33.739159.45258.8316
CIE-Lab40.218766.511111.7413

#bd004f color RGB value is (189,0,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 00000000 01001111
Octal 275 0 117
Decimal 189 0 79
Hex BD 0 4F

RGB Percentages of Color #bd004f

%70.52
%0.00
%29.48

CMYK Percentages of Color #bd004f

%0
%100
%58
%26

Triadic Colors of #bd004f

#bd004f #4fbd00 #004fbd

Analogous Colors of #bd004f

#bd004f #bd1000 #bd00ae

Monochromatic Colors of #bd004f

#bd004f

Complementary Color

#bd004f #00bd6e

#bd004f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd004f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd004f Color CSS Codes

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

#bd004f Text Font Color

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

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


#bd004f Background Color

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

This div background color is #bd004f


#bd004f Border Color

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

This div border color is #bd004f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,0,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 #bd004f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd004f


Comments

No comments written yet.

Please login to write comment.