Color Hex Logo

#d351dc Color Hex

#D351DC
(211,81,220)
0 Favorites   0 Comments

Color spaces of #d351dc

RGB 21181220
HSL0.820.670.59
HSV296°63°86°
CMYK 0.040.630.00   0.14
XYZ42.724724.901170.2647
Yxy24.90110.30980.1806
Hunter Lab49.901065.5030-48.5545
CIE-Lab56.978968.4516-47.0055

#d351dc color RGB value is (211,81,220).

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

The process color (four color CMYK) of #d351dc color hex is 0.04, 0.63, 0.00, 0.14. Web safe color of #d351dc is #cc66cc. Color #d351dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010001 11011100
Octal 323 121 334
Decimal 211 81 220
Hex D3 51 DC

RGB Percentages of Color #d351dc

%41.21
%15.82
%42.97

CMYK Percentages of Color #d351dc

%4
%63
%0
%14

Triadic Colors of #d351dc

#d351dc #dcd351 #51dcd3

Analogous Colors of #d351dc

#d351dc #dc51a0 #8e51dc

Monochromatic Colors of #d351dc

#d351dc

Complementary Color

#d351dc #5adc51

#d351dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d351dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d351dc Color CSS Codes

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

#d351dc Text Font Color

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

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


#d351dc Background Color

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

This div background color is #d351dc


#d351dc Border Color

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

This div border color is #d351dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d351dc


Comments

No comments written yet.

Please login to write comment.