Color Hex Logo

#d61b04 Color Hex

#D61B04
(214,27,4)
0 Favorites   0 Comments

Color spaces of #d61b04

RGB 214274
HSL0.020.960.43
HSV98°84°
CMYK 0.000.870.98   0.16
XYZ28.145415.08881.5439
Yxy15.08880.62860.3370
Hunter Lab38.844361.358124.8345
CIE-Lab45.755667.079758.0672

#d61b04 color RGB value is (214,27,4).

#d61b04 hex color red value is 214, green value is 27 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #d61b04 hue: 0.02 , saturation: 0.96 and the lightness value of d61b04 is 0.43.

The process color (four color CMYK) of #d61b04 color hex is 0.00, 0.87, 0.98, 0.16. Web safe color of #d61b04 is #cc3300. Color #d61b04 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011011 00000100
Octal 326 33 4
Decimal 214 27 4
Hex D6 1B 4

RGB Percentages of Color #d61b04

%87.35
%11.02
%1.63

CMYK Percentages of Color #d61b04

%0
%87
%98
%16

Triadic Colors of #d61b04

#d61b04 #04d61b #1b04d6

Analogous Colors of #d61b04

#d61b04 #d68404 #d60456

Monochromatic Colors of #d61b04

#d61b04

Complementary Color

#d61b04 #04bfd6

#d61b04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61b04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61b04 Color CSS Codes

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

#d61b04 Text Font Color

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

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


#d61b04 Background Color

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

This div background color is #d61b04


#d61b04 Border Color

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

This div border color is #d61b04


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,27,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d61b04; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d61b04;
  -webkit-box-shadow: 1px 1px 3px 2px #d61b04;
  box-shadow:         1px 1px 3px 2px #d61b04; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61b04


Comments

No comments written yet.

Please login to write comment.