Color Hex Logo

#d565dc Color Hex

#D565DC
(213,101,220)
0 Favorites   0 Comments

Color spaces of #d565dc

RGB 213101220
HSL0.820.630.63
HSV296°54°86°
CMYK 0.030.540.00   0.14
XYZ45.012528.620870.8621
Yxy28.62080.31150.1981
Hunter Lab53.498456.5641-41.0845
CIE-Lab60.445560.2275-41.5171

#d565dc color RGB value is (213,101,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100101 11011100
Octal 325 145 334
Decimal 213 101 220
Hex D5 65 DC

RGB Percentages of Color #d565dc

%39.89
%18.91
%41.20

CMYK Percentages of Color #d565dc

%3
%54
%0
%14

Triadic Colors of #d565dc

#d565dc #dcd565 #65dcd5

Analogous Colors of #d565dc

#d565dc #dc65a8 #9a65dc

Monochromatic Colors of #d565dc

#d565dc

Complementary Color

#d565dc #6cdc65

#d565dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d565dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d565dc Color CSS Codes

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

#d565dc Text Font Color

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

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


#d565dc Background Color

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

This div background color is #d565dc


#d565dc Border Color

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

This div border color is #d565dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d565dc


Comments

No comments written yet.

Please login to write comment.