Color Hex Logo

#d562dc Color Hex

#D562DC
(213,98,220)
0 Favorites   0 Comments

Color spaces of #d562dc

RGB 21398220
HSL0.820.640.62
HSV297°55°86°
CMYK 0.030.550.00   0.14
XYZ44.726528.048870.7668
Yxy28.04880.31160.1954
Hunter Lab52.961158.0641-42.1507
CIE-Lab59.932861.6102-42.3234

#d562dc color RGB value is (213,98,220).

#d562dc hex color red value is 213, green value is 98 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d562dc hue: 0.82 , saturation: 0.64 and the lightness value of d562dc is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100010 11011100
Octal 325 142 334
Decimal 213 98 220
Hex D5 62 DC

RGB Percentages of Color #d562dc

%40.11
%18.46
%41.43

CMYK Percentages of Color #d562dc

%3
%55
%0
%14

Triadic Colors of #d562dc

#d562dc #dcd562 #62dcd5

Analogous Colors of #d562dc

#d562dc #dc62a6 #9862dc

Monochromatic Colors of #d562dc

#d562dc

Complementary Color

#d562dc #69dc62

#d562dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d562dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d562dc Color CSS Codes

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

#d562dc Text Font Color

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

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


#d562dc Background Color

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

This div background color is #d562dc


#d562dc Border Color

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

This div border color is #d562dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d562dc


Comments

No comments written yet.

Please login to write comment.