Color Hex Logo

#d65cde Color Hex

#D65CDE
(214,92,222)
0 Favorites   0 Comments

Color spaces of #d65cde

RGB 21492222
HSL0.820.660.62
HSV296°59°87°
CMYK 0.040.590.00   0.13
XYZ44.743527.224472.0038
Yxy27.22440.31080.1891
Hunter Lab52.177061.7599-45.2958
CIE-Lab59.181564.8980-44.6224

#d65cde color RGB value is (214,92,222).

#d65cde hex color red value is 214, green value is 92 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d65cde hue: 0.82 , saturation: 0.66 and the lightness value of d65cde is 0.62.

The process color (four color CMYK) of #d65cde color hex is 0.04, 0.59, 0.00, 0.13. Web safe color of #d65cde is #cc66cc. Color #d65cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011100 11011110
Octal 326 134 336
Decimal 214 92 222
Hex D6 5C DE

RGB Percentages of Color #d65cde

%40.53
%17.42
%42.05

CMYK Percentages of Color #d65cde

%4
%59
%0
%13

Triadic Colors of #d65cde

#d65cde #ded65c #5cded6

Analogous Colors of #d65cde

#d65cde #de5ca5 #955cde

Monochromatic Colors of #d65cde

#d65cde

Complementary Color

#d65cde #64de5c

#d65cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65cde Color CSS Codes

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

#d65cde Text Font Color

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

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


#d65cde Background Color

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

This div background color is #d65cde


#d65cde Border Color

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

This div border color is #d65cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65cde


Comments

No comments written yet.

Please login to write comment.