Color Hex Logo

#d3427f Color Hex

#D3427F
(211,66,127)
0 Favorites   0 Comments

Color spaces of #d3427f

RGB 21166127
HSL0.930.620.54
HSV335°69°83°
CMYK 0.000.690.40   0.17
XYZ32.642919.277622.0792
Yxy19.27760.44110.2605
Hunter Lab43.906355.87310.9191
CIE-Lab51.010461.3114-1.9648

#d3427f color RGB value is (211,66,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01000010 01111111
Octal 323 102 177
Decimal 211 66 127
Hex D3 42 7F

RGB Percentages of Color #d3427f

%52.23
%16.34
%31.44

CMYK Percentages of Color #d3427f

%0
%69
%40
%17

Triadic Colors of #d3427f

#d3427f #7fd342 #427fd3

Analogous Colors of #d3427f

#d3427f #d34e42 #d342c8

Monochromatic Colors of #d3427f

#d3427f

Complementary Color

#d3427f #42d396

#d3427f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3427f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3427f Color CSS Codes

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

#d3427f Text Font Color

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

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


#d3427f Background Color

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

This div background color is #d3427f


#d3427f Border Color

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

This div border color is #d3427f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3427f


Comments

No comments written yet.

Please login to write comment.