Color Hex Logo

#d364da Color Hex

#D364DA
(211,100,218)
0 Favorites   0 Comments

Color spaces of #d364da

RGB 211100218
HSL0.820.610.62
HSV296°54°85°
CMYK 0.030.540.00   0.15
XYZ44.076028.025269.4160
Yxy28.02520.31150.1980
Hunter Lab52.938855.9732-40.6868
CIE-Lab59.911559.8074-41.2507

#d364da color RGB value is (211,100,218).

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

The process color (four color CMYK) of #d364da color hex is 0.03, 0.54, 0.00, 0.15. Web safe color of #d364da is #cc66cc. Color #d364da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100100 11011010
Octal 323 144 332
Decimal 211 100 218
Hex D3 64 DA

RGB Percentages of Color #d364da

%39.89
%18.90
%41.21

CMYK Percentages of Color #d364da

%3
%54
%0
%15

Triadic Colors of #d364da

#d364da #dad364 #64dad3

Analogous Colors of #d364da

#d364da #da64a6 #9864da

Monochromatic Colors of #d364da

#d364da

Complementary Color

#d364da #6bda64

#d364da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d364da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d364da Color CSS Codes

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

#d364da Text Font Color

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

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


#d364da Background Color

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

This div background color is #d364da


#d364da Border Color

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

This div border color is #d364da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d364da


Comments

No comments written yet.

Please login to write comment.