Color Hex Logo

#d364dc Color Hex

#D364DC
(211,100,220)
0 Favorites   0 Comments

Color spaces of #d364dc

RGB 211100220
HSL0.820.630.63
HSV296°55°86°
CMYK 0.040.550.00   0.14
XYZ44.339428.130570.8029
Yxy28.13050.30950.1963
Hunter Lab53.038256.4074-42.0220
CIE-Lab60.006560.1675-42.2258

#d364dc color RGB value is (211,100,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100100 11011100
Octal 323 144 334
Decimal 211 100 220
Hex D3 64 DC

RGB Percentages of Color #d364dc

%39.74
%18.83
%41.43

CMYK Percentages of Color #d364dc

%4
%55
%0
%14

Triadic Colors of #d364dc

#d364dc #dcd364 #64dcd3

Analogous Colors of #d364dc

#d364dc #dc64a9 #9764dc

Monochromatic Colors of #d364dc

#d364dc

Complementary Color

#d364dc #6ddc64

#d364dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d364dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d364dc Color CSS Codes

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

#d364dc Text Font Color

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

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


#d364dc Background Color

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

This div background color is #d364dc


#d364dc Border Color

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

This div border color is #d364dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d364dc


Comments

No comments written yet.

Please login to write comment.