Color Hex Logo

#d3477f Color Hex

#D3477F
(211,71,127)
0 Favorites   0 Comments

Color spaces of #d3477f

RGB 21171127
HSL0.930.610.55
HSV336°66°83°
CMYK 0.000.660.40   0.17
XYZ32.948019.887722.1808
Yxy19.88770.43920.2651
Hunter Lab44.595653.83651.7275
CIE-Lab51.710059.3835-0.9385

#d3477f color RGB value is (211,71,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000111 01111111
Octal 323 107 177
Decimal 211 71 127
Hex D3 47 7F

RGB Percentages of Color #d3477f

%51.59
%17.36
%31.05

CMYK Percentages of Color #d3477f

%0
%66
%40
%17

Triadic Colors of #d3477f

#d3477f #7fd347 #477fd3

Analogous Colors of #d3477f

#d3477f #d35547 #d347c5

Monochromatic Colors of #d3477f

#d3477f

Complementary Color

#d3477f #47d39b

#d3477f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3477f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3477f Color CSS Codes

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

#d3477f Text Font Color

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

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


#d3477f Background Color

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

This div background color is #d3477f


#d3477f Border Color

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

This div border color is #d3477f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3477f


Comments

No comments written yet.

Please login to write comment.