Color Hex Logo

#d34753 Color Hex

#D34753
(211,71,83)
0 Favorites   0 Comments

Color spaces of #d34753

RGB 2117183
HSL0.990.610.55
HSV355°66°83°
CMYK 0.000.660.61   0.17
XYZ30.678518.979910.2302
Yxy18.97990.51230.3169
Hunter Lab43.565949.456816.5736
CIE-Lab50.663755.636424.0149

#d34753 color RGB value is (211,71,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000111 01010011
Octal 323 107 123
Decimal 211 71 83
Hex D3 47 53

RGB Percentages of Color #d34753

%57.81
%19.45
%22.74

CMYK Percentages of Color #d34753

%0
%66
%61
%17

Triadic Colors of #d34753

#d34753 #53d347 #4753d3

Analogous Colors of #d34753

#d34753 #d38147 #d34799

Monochromatic Colors of #d34753

#d34753

Complementary Color

#d34753 #47d3c7

#d34753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d34753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d34753 Color CSS Codes

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

#d34753 Text Font Color

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

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


#d34753 Background Color

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

This div background color is #d34753


#d34753 Border Color

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

This div border color is #d34753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d34753


Comments

No comments written yet.

Please login to write comment.