Color Hex Logo

#d6416f Color Hex

#D6416F
(214,65,111)
0 Favorites   0 Comments

Color spaces of #d6416f

RGB 21465111
HSL0.950.650.55
HSV341°70°84°
CMYK 0.000.700.48   0.16
XYZ32.491119.224417.0371
Yxy19.22440.47260.2796
Hunter Lab43.845655.54477.6536
CIE-Lab50.948761.03387.6562

#d6416f color RGB value is (214,65,111).

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

The process color (four color CMYK) of #d6416f color hex is 0.00, 0.70, 0.48, 0.16. Web safe color of #d6416f is #cc3366. Color #d6416f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000001 01101111
Octal 326 101 157
Decimal 214 65 111
Hex D6 41 6F

RGB Percentages of Color #d6416f

%54.87
%16.67
%28.46

CMYK Percentages of Color #d6416f

%0
%70
%48
%16

Triadic Colors of #d6416f

#d6416f #6fd641 #416fd6

Analogous Colors of #d6416f

#d6416f #d65e41 #d641ba

Monochromatic Colors of #d6416f

#d6416f

Complementary Color

#d6416f #41d6a8

#d6416f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6416f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6416f Color CSS Codes

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

#d6416f Text Font Color

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

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


#d6416f Background Color

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

This div background color is #d6416f


#d6416f Border Color

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

This div border color is #d6416f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6416f


Comments

No comments written yet.

Please login to write comment.