Color Hex Logo

#d34751 Color Hex

#D34751
(211,71,81)
0 Favorites   0 Comments

Color spaces of #d34751

RGB 2117181
HSL0.990.610.55
HSV356°66°83°
CMYK 0.000.660.62   0.17
XYZ30.602418.94949.8293
Yxy18.94940.51540.3191
Hunter Lab43.530949.307117.0839
CIE-Lab50.628055.506525.1568

#d34751 color RGB value is (211,71,81).

#d34751 hex color red value is 211, green value is 71 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #d34751 hue: 0.99 , saturation: 0.61 and the lightness value of d34751 is 0.55.

The process color (four color CMYK) of #d34751 color hex is 0.00, 0.66, 0.62, 0.17. Web safe color of #d34751 is #cc3366. Color #d34751 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000111 01010001
Octal 323 107 121
Decimal 211 71 81
Hex D3 47 51

RGB Percentages of Color #d34751

%58.13
%19.56
%22.31

CMYK Percentages of Color #d34751

%0
%66
%62
%17

Triadic Colors of #d34751

#d34751 #51d347 #4751d3

Analogous Colors of #d34751

#d34751 #d38347 #d34797

Monochromatic Colors of #d34751

#d34751

Complementary Color

#d34751 #47d3c9

#d34751 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34751 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34751 Color CSS Codes

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

#d34751 Text Font Color

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

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


#d34751 Background Color

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

This div background color is #d34751


#d34751 Border Color

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

This div border color is #d34751


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34751


Comments

No comments written yet.

Please login to write comment.