Color Hex Logo

#d562da Color Hex

#D562DA
(213,98,218)
0 Favorites   0 Comments

Color spaces of #d562da

RGB 21398218
HSL0.830.620.62
HSV298°55°85°
CMYK 0.020.550.00   0.15
XYZ44.463127.943569.3798
Yxy27.94350.31360.1971
Hunter Lab52.861657.6326-40.8138
CIE-Lab59.837761.2554-41.3481

#d562da color RGB value is (213,98,218).

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

The process color (four color CMYK) of #d562da color hex is 0.02, 0.55, 0.00, 0.15. Web safe color of #d562da is #cc66cc. Color #d562da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 01100010 11011010
Octal 325 142 332
Decimal 213 98 218
Hex D5 62 DA

RGB Percentages of Color #d562da

%40.26
%18.53
%41.21

CMYK Percentages of Color #d562da

%2
%55
%0
%15

Triadic Colors of #d562da

#d562da #dad562 #62dad5

Analogous Colors of #d562da

#d562da #da62a3 #9962da

Monochromatic Colors of #d562da

#d562da

Complementary Color

#d562da #67da62

#d562da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d562da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d562da Color CSS Codes

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

#d562da Text Font Color

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

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


#d562da Background Color

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

This div background color is #d562da


#d562da Border Color

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

This div border color is #d562da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,98,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d562da


Comments

No comments written yet.

Please login to write comment.