Color Hex Logo

#d316df Color Hex

#D316DF
(211,22,223)
0 Favorites   0 Comments

Color spaces of #d316df

RGB 21122223
HSL0.820.820.48
HSV296°90°87°
CMYK 0.050.900.00   0.13
XYZ40.470219.750471.4912
Yxy19.75040.30730.1500
Hunter Lab44.441484.7770-64.2685
CIE-Lab51.553884.9766-57.3590

#d316df color RGB value is (211,22,223).

#d316df hex color red value is 211, green value is 22 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d316df hue: 0.82 , saturation: 0.82 and the lightness value of d316df is 0.48.

The process color (four color CMYK) of #d316df color hex is 0.05, 0.90, 0.00, 0.13. Web safe color of #d316df is #cc00cc. Color #d316df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010110 11011111
Octal 323 26 337
Decimal 211 22 223
Hex D3 16 DF

RGB Percentages of Color #d316df

%46.27
%4.82
%48.90

CMYK Percentages of Color #d316df

%5
%90
%0
%13

Triadic Colors of #d316df

#d316df #dfd316 #16dfd3

Analogous Colors of #d316df

#d316df #df1687 #6f16df

Monochromatic Colors of #d316df

#d316df

Complementary Color

#d316df #22df16

#d316df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d316df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d316df Color CSS Codes

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

#d316df Text Font Color

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

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


#d316df Background Color

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

This div background color is #d316df


#d316df Border Color

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

This div border color is #d316df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d316df


Comments

No comments written yet.

Please login to write comment.