Color Hex Logo

#d364ee Color Hex

#D364EE
(211,100,238)
0 Favorites   0 Comments

Color spaces of #d364ee

RGB 211100238
HSL0.800.800.66
HSV288°58°93°
CMYK 0.110.580.00   0.07
XYZ46.853829.136384.0433
Yxy29.13630.29280.1821
Hunter Lab53.978160.4792-54.5293
CIE-Lab60.901763.5043-50.8721

#d364ee color RGB value is (211,100,238).

#d364ee hex color red value is 211, green value is 100 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d364ee hue: 0.80 , saturation: 0.80 and the lightness value of d364ee is 0.66.

The process color (four color CMYK) of #d364ee color hex is 0.11, 0.58, 0.00, 0.07. Web safe color of #d364ee is #cc66ff. Color #d364ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100100 11101110
Octal 323 144 356
Decimal 211 100 238
Hex D3 64 EE

RGB Percentages of Color #d364ee

%38.43
%18.21
%43.35

CMYK Percentages of Color #d364ee

%11
%58
%0
%7

Triadic Colors of #d364ee

#d364ee #eed364 #64eed3

Analogous Colors of #d364ee

#d364ee #ee64c4 #8e64ee

Monochromatic Colors of #d364ee

#d364ee

Complementary Color

#d364ee #7fee64

#d364ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d364ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d364ee Color CSS Codes

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

#d364ee Text Font Color

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

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


#d364ee Background Color

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

This div background color is #d364ee


#d364ee Border Color

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

This div border color is #d364ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d364ee


Comments

No comments written yet.

Please login to write comment.