Color Hex Logo

#d64adb Color Hex

#D64ADB
(214,74,219)
0 Favorites   0 Comments

Color spaces of #d64adb

RGB 21474219
HSL0.830.670.57
HSV298°66°86°
CMYK 0.020.660.00   0.14
XYZ42.966524.308269.4452
Yxy24.30820.31430.1778
Hunter Lab49.303369.2769-48.9993
CIE-Lab56.395171.6895-47.3377

#d64adb color RGB value is (214,74,219).

#d64adb hex color red value is 214, green value is 74 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d64adb hue: 0.83 , saturation: 0.67 and the lightness value of d64adb is 0.57.

The process color (four color CMYK) of #d64adb color hex is 0.02, 0.66, 0.00, 0.14. Web safe color of #d64adb is #cc33cc. Color #d64adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001010 11011011
Octal 326 112 333
Decimal 214 74 219
Hex D6 4A DB

RGB Percentages of Color #d64adb

%42.21
%14.60
%43.20

CMYK Percentages of Color #d64adb

%2
%66
%0
%14

Triadic Colors of #d64adb

#d64adb #dbd64a #4adbd6

Analogous Colors of #d64adb

#d64adb #db4a98 #8e4adb

Monochromatic Colors of #d64adb

#d64adb

Complementary Color

#d64adb #4fdb4a

#d64adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64adb Color CSS Codes

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

#d64adb Text Font Color

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

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


#d64adb Background Color

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

This div background color is #d64adb


#d64adb Border Color

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

This div border color is #d64adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64adb


Comments

No comments written yet.

Please login to write comment.