Color Hex Logo

#d655dc Color Hex

#D655DC
(214,85,220)
0 Favorites   0 Comments

Color spaces of #d655dc

RGB 21485220
HSL0.830.660.60
HSV297°61°86°
CMYK 0.030.610.00   0.14
XYZ43.898325.960470.4073
Yxy25.96040.31300.1851
Hunter Lab50.951364.6259-46.2641
CIE-Lab57.999467.5282-45.3629

#d655dc color RGB value is (214,85,220).

#d655dc hex color red value is 214, green value is 85 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d655dc hue: 0.83 , saturation: 0.66 and the lightness value of d655dc is 0.60.

The process color (four color CMYK) of #d655dc color hex is 0.03, 0.61, 0.00, 0.14. Web safe color of #d655dc is #cc66cc. Color #d655dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01010101 11011100
Octal 326 125 334
Decimal 214 85 220
Hex D6 55 DC

RGB Percentages of Color #d655dc

%41.23
%16.38
%42.39

CMYK Percentages of Color #d655dc

%3
%61
%0
%14

Triadic Colors of #d655dc

#d655dc #dcd655 #55dcd6

Analogous Colors of #d655dc

#d655dc #dc559f #9355dc

Monochromatic Colors of #d655dc

#d655dc

Complementary Color

#d655dc #5bdc55

#d655dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d655dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d655dc Color CSS Codes

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

#d655dc Text Font Color

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

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


#d655dc Background Color

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

This div background color is #d655dc


#d655dc Border Color

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

This div border color is #d655dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d655dc


Comments

No comments written yet.

Please login to write comment.