Color Hex Logo

#d653dd Color Hex

#D653DD
(214,83,221)
0 Favorites   0 Comments

Color spaces of #d653dd

RGB 21483221
HSL0.820.670.60
HSV297°62°87°
CMYK 0.030.620.00   0.13
XYZ43.876025.703171.0553
Yxy25.70310.31200.1828
Hunter Lab50.698265.7582-47.6082
CIE-Lab57.754268.5200-46.3148

#d653dd color RGB value is (214,83,221).

#d653dd hex color red value is 214, green value is 83 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d653dd hue: 0.82 , saturation: 0.67 and the lightness value of d653dd is 0.60.

The process color (four color CMYK) of #d653dd color hex is 0.03, 0.62, 0.00, 0.13. Web safe color of #d653dd is #cc66cc. Color #d653dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010011 11011101
Octal 326 123 335
Decimal 214 83 221
Hex D6 53 DD

RGB Percentages of Color #d653dd

%41.31
%16.02
%42.66

CMYK Percentages of Color #d653dd

%3
%62
%0
%13

Triadic Colors of #d653dd

#d653dd #ddd653 #53ddd6

Analogous Colors of #d653dd

#d653dd #dd539f #9153dd

Monochromatic Colors of #d653dd

#d653dd

Complementary Color

#d653dd #5add53

#d653dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d653dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d653dd Color CSS Codes

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

#d653dd Text Font Color

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

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


#d653dd Background Color

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

This div background color is #d653dd


#d653dd Border Color

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

This div border color is #d653dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d653dd


Comments

No comments written yet.

Please login to write comment.