Color Hex Logo

#d6404b Color Hex

#D6404B
(214,64,75)
0 Favorites   0 Comments

Color spaces of #d6404b

RGB 2146475
HSL0.990.650.55
HSV356°70°84°
CMYK 0.000.700.65   0.16
XYZ30.835018.47098.5967
Yxy18.47090.53250.3190
Hunter Lab42.977852.856118.2249
CIE-Lab50.062358.810528.1006

#d6404b color RGB value is (214,64,75).

#d6404b hex color red value is 214, green value is 64 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #d6404b hue: 0.99 , saturation: 0.65 and the lightness value of d6404b is 0.55.

The process color (four color CMYK) of #d6404b color hex is 0.00, 0.70, 0.65, 0.16. Web safe color of #d6404b is #cc3333. Color #d6404b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000000 01001011
Octal 326 100 113
Decimal 214 64 75
Hex D6 40 4B

RGB Percentages of Color #d6404b

%60.62
%18.13
%21.25

CMYK Percentages of Color #d6404b

%0
%70
%65
%16

Triadic Colors of #d6404b

#d6404b #4bd640 #404bd6

Analogous Colors of #d6404b

#d6404b #d68040 #d64096

Monochromatic Colors of #d6404b

#d6404b

Complementary Color

#d6404b #40d6cb

#d6404b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6404b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6404b Color CSS Codes

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

#d6404b Text Font Color

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

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


#d6404b Background Color

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

This div background color is #d6404b


#d6404b Border Color

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

This div border color is #d6404b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6404b


Comments

No comments written yet.

Please login to write comment.