Color Hex Logo

#d64deb Color Hex

#D64DEB
(214,77,235)
0 Favorites   0 Comments

Color spaces of #d64deb

RGB 21477235
HSL0.810.800.61
HSV292°67°92°
CMYK 0.090.670.00   0.08
XYZ45.380825.602181.1471
Yxy25.60210.29830.1683
Hunter Lab50.598571.5457-59.6671
CIE-Lab57.657473.3051-54.3336

#d64deb color RGB value is (214,77,235).

#d64deb hex color red value is 214, green value is 77 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d64deb hue: 0.81 , saturation: 0.80 and the lightness value of d64deb is 0.61.

The process color (four color CMYK) of #d64deb color hex is 0.09, 0.67, 0.00, 0.08. Web safe color of #d64deb is #cc66ff. Color #d64deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001101 11101011
Octal 326 115 353
Decimal 214 77 235
Hex D6 4D EB

RGB Percentages of Color #d64deb

%40.68
%14.64
%44.68

CMYK Percentages of Color #d64deb

%9
%67
%0
%8

Triadic Colors of #d64deb

#d64deb #ebd64d #4debd6

Analogous Colors of #d64deb

#d64deb #eb4db1 #874deb

Monochromatic Colors of #d64deb

#d64deb

Complementary Color

#d64deb #62eb4d

#d64deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64deb Color CSS Codes

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

#d64deb Text Font Color

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

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


#d64deb Background Color

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

This div background color is #d64deb


#d64deb Border Color

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

This div border color is #d64deb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,77,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64deb


Comments

No comments written yet.

Please login to write comment.