Color Hex Logo

#d364de Color Hex

#D364DE
(211,100,222)
0 Favorites   0 Comments

Color spaces of #d364de

RGB 211100222
HSL0.820.650.63
HSV295°55°87°
CMYK 0.050.550.00   0.13
XYZ44.606028.237272.2066
Yxy28.23720.30750.1947
Hunter Lab53.138756.8449-43.3681
CIE-Lab60.102460.5295-43.1979

#d364de color RGB value is (211,100,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100100 11011110
Octal 323 144 336
Decimal 211 100 222
Hex D3 64 DE

RGB Percentages of Color #d364de

%39.59
%18.76
%41.65

CMYK Percentages of Color #d364de

%5
%55
%0
%13

Triadic Colors of #d364de

#d364de #ded364 #64ded3

Analogous Colors of #d364de

#d364de #de64ac #9664de

Monochromatic Colors of #d364de

#d364de

Complementary Color

#d364de #6fde64

#d364de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d364de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d364de Color CSS Codes

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

#d364de Text Font Color

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

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


#d364de Background Color

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

This div background color is #d364de


#d364de Border Color

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

This div border color is #d364de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d364de


Comments

No comments written yet.

Please login to write comment.