Color Hex Logo

#d65cdb Color Hex

#D65CDB
(214,92,219)
0 Favorites   0 Comments

Color spaces of #d65cdb

RGB 21492219
HSL0.830.640.61
HSV298°58°86°
CMYK 0.020.580.00   0.14
XYZ44.344927.064969.9046
Yxy27.06490.31380.1915
Hunter Lab52.023961.1105-43.2513
CIE-Lab59.034464.3737-43.1660

#d65cdb color RGB value is (214,92,219).

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

The process color (four color CMYK) of #d65cdb color hex is 0.02, 0.58, 0.00, 0.14. Web safe color of #d65cdb is #cc66cc. Color #d65cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011100 11011011
Octal 326 134 333
Decimal 214 92 219
Hex D6 5C DB

RGB Percentages of Color #d65cdb

%40.76
%17.52
%41.71

CMYK Percentages of Color #d65cdb

%2
%58
%0
%14

Triadic Colors of #d65cdb

#d65cdb #dbd65c #5cdbd6

Analogous Colors of #d65cdb

#d65cdb #db5ca1 #975cdb

Monochromatic Colors of #d65cdb

#d65cdb

Complementary Color

#d65cdb #61db5c

#d65cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65cdb Color CSS Codes

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

#d65cdb Text Font Color

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

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


#d65cdb Background Color

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

This div background color is #d65cdb


#d65cdb Border Color

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

This div border color is #d65cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65cdb


Comments

No comments written yet.

Please login to write comment.