Color Hex Logo

#d3416f Color Hex

#D3416F
(211,65,111)
0 Favorites   0 Comments

Color spaces of #d3416f

RGB 21165111
HSL0.950.620.54
HSV341°69°83°
CMYK 0.000.690.47   0.17
XYZ31.623518.777216.9965
Yxy18.77720.46920.2786
Hunter Lab43.332754.43437.0774
CIE-Lab50.425560.14906.8398

#d3416f color RGB value is (211,65,111).

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

The process color (four color CMYK) of #d3416f color hex is 0.00, 0.69, 0.47, 0.17. Web safe color of #d3416f is #cc3366. Color #d3416f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000001 01101111
Octal 323 101 157
Decimal 211 65 111
Hex D3 41 6F

RGB Percentages of Color #d3416f

%54.52
%16.80
%28.68

CMYK Percentages of Color #d3416f

%0
%69
%47
%17

Triadic Colors of #d3416f

#d3416f #6fd341 #416fd3

Analogous Colors of #d3416f

#d3416f #d35c41 #d341b8

Monochromatic Colors of #d3416f

#d3416f

Complementary Color

#d3416f #41d3a5

#d3416f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3416f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3416f Color CSS Codes

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

#d3416f Text Font Color

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

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


#d3416f Background Color

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

This div background color is #d3416f


#d3416f Border Color

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

This div border color is #d3416f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3416f


Comments

No comments written yet.

Please login to write comment.