Color Hex Logo

#d34a6f Color Hex

#D34A6F
(211,74,111)
0 Favorites   0 Comments

Color spaces of #d34a6f

RGB 21174111
HSL0.950.610.56
HSV344°65°83°
CMYK 0.000.650.47   0.17
XYZ32.182019.894117.1827
Yxy19.89410.46470.2872
Hunter Lab44.602850.73728.3812
CIE-Lab51.717356.60898.6751

#d34a6f color RGB value is (211,74,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001010 01101111
Octal 323 112 157
Decimal 211 74 111
Hex D3 4A 6F

RGB Percentages of Color #d34a6f

%53.28
%18.69
%28.03

CMYK Percentages of Color #d34a6f

%0
%65
%47
%17

Triadic Colors of #d34a6f

#d34a6f #6fd34a #4a6fd3

Analogous Colors of #d34a6f

#d34a6f #d36a4a #d34ab4

Monochromatic Colors of #d34a6f

#d34a6f

Complementary Color

#d34a6f #4ad3ae

#d34a6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34a6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34a6f Color CSS Codes

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

#d34a6f Text Font Color

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

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


#d34a6f Background Color

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

This div background color is #d34a6f


#d34a6f Border Color

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

This div border color is #d34a6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34a6f


Comments

No comments written yet.

Please login to write comment.