Color Hex Logo

#d31faf Color Hex

#D31FAF
(211,31,175)
0 Favorites   0 Comments

Color spaces of #d31faf

RGB 21131175
HSL0.870.740.47
HSV312°85°83°
CMYK 0.000.850.17   0.17
XYZ35.091817.924042.1676
Yxy17.92400.36870.1883
Hunter Lab42.336773.8646-29.4174
CIE-Lab49.403876.7824-33.0165

#d31faf color RGB value is (211,31,175).

#d31faf hex color red value is 211, green value is 31 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d31faf hue: 0.87 , saturation: 0.74 and the lightness value of d31faf is 0.47.

The process color (four color CMYK) of #d31faf color hex is 0.00, 0.85, 0.17, 0.17. Web safe color of #d31faf is #cc3399. Color #d31faf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00011111 10101111
Octal 323 37 257
Decimal 211 31 175
Hex D3 1F AF

RGB Percentages of Color #d31faf

%50.60
%7.43
%41.97

CMYK Percentages of Color #d31faf

%0
%85
%17
%17

Triadic Colors of #d31faf

#d31faf #afd31f #1fafd3

Analogous Colors of #d31faf

#d31faf #d31f55 #9d1fd3

Monochromatic Colors of #d31faf

#d31faf

Complementary Color

#d31faf #1fd343

#d31faf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d31faf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d31faf Color CSS Codes

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

#d31faf Text Font Color

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

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


#d31faf Background Color

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

This div background color is #d31faf


#d31faf Border Color

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

This div border color is #d31faf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d31faf


Comments

No comments written yet.

Please login to write comment.