Color Hex Logo

#d351df Color Hex

#D351DF
(211,81,223)
0 Favorites   0 Comments

Color spaces of #d351df

RGB 21181223
HSL0.820.690.60
HSV295°64°87°
CMYK 0.050.640.00   0.13
XYZ43.125725.061572.3764
Yxy25.06150.30680.1783
Hunter Lab50.061566.1622-50.6755
CIE-Lab57.135368.9722-48.4503

#d351df color RGB value is (211,81,223).

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

The process color (four color CMYK) of #d351df color hex is 0.05, 0.64, 0.00, 0.13. Web safe color of #d351df is #cc66cc. Color #d351df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010001 11011111
Octal 323 121 337
Decimal 211 81 223
Hex D3 51 DF

RGB Percentages of Color #d351df

%40.97
%15.73
%43.30

CMYK Percentages of Color #d351df

%5
%64
%0
%13

Triadic Colors of #d351df

#d351df #dfd351 #51dfd3

Analogous Colors of #d351df

#d351df #df51a4 #8c51df

Monochromatic Colors of #d351df

#d351df

Complementary Color

#d351df #5ddf51

#d351df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d351df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d351df Color CSS Codes

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

#d351df Text Font Color

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

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


#d351df Background Color

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

This div background color is #d351df


#d351df Border Color

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

This div border color is #d351df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d351df


Comments

No comments written yet.

Please login to write comment.