Color Hex Logo

#d3217c Color Hex

#D3217C
(211,33,124)
0 Favorites   0 Comments

Color spaces of #d3217c

RGB 21133124
HSL0.910.730.48
HSV329°84°83°
CMYK 0.000.840.41   0.17
XYZ31.045916.391820.5964
Yxy16.39180.45630.2409
Hunter Lab40.486866.0247-1.8212
CIE-Lab47.484470.7040-5.3526

#d3217c color RGB value is (211,33,124).

#d3217c hex color red value is 211, green value is 33 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #d3217c hue: 0.91 , saturation: 0.73 and the lightness value of d3217c is 0.48.

The process color (four color CMYK) of #d3217c color hex is 0.00, 0.84, 0.41, 0.17. Web safe color of #d3217c is #cc3366. Color #d3217c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00100001 01111100
Octal 323 41 174
Decimal 211 33 124
Hex D3 21 7C

RGB Percentages of Color #d3217c

%57.34
%8.97
%33.70

CMYK Percentages of Color #d3217c

%0
%84
%41
%17

Triadic Colors of #d3217c

#d3217c #7cd321 #217cd3

Analogous Colors of #d3217c

#d3217c #d32123 #d121d3

Monochromatic Colors of #d3217c

#d3217c

Complementary Color

#d3217c #21d378

#d3217c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3217c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3217c Color CSS Codes

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

#d3217c Text Font Color

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

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


#d3217c Background Color

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

This div background color is #d3217c


#d3217c Border Color

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

This div border color is #d3217c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3217c


Comments

No comments written yet.

Please login to write comment.