Color Hex Logo

#d362dd Color Hex

#D362DD
(211,98,221)
0 Favorites   0 Comments

Color spaces of #d362dd

RGB 21198221
HSL0.820.640.63
HSV295°56°87°
CMYK 0.050.560.00   0.13
XYZ44.282827.804771.4395
Yxy27.80470.30850.1937
Hunter Lab52.730257.6265-43.4157
CIE-Lab59.711961.2721-43.2515

#d362dd color RGB value is (211,98,221).

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

The process color (four color CMYK) of #d362dd color hex is 0.05, 0.56, 0.00, 0.13. Web safe color of #d362dd is #cc66cc. Color #d362dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100010 11011101
Octal 323 142 335
Decimal 211 98 221
Hex D3 62 DD

RGB Percentages of Color #d362dd

%39.81
%18.49
%41.70

CMYK Percentages of Color #d362dd

%5
%56
%0
%13

Triadic Colors of #d362dd

#d362dd #ddd362 #62ddd3

Analogous Colors of #d362dd

#d362dd #dd62aa #9662dd

Monochromatic Colors of #d362dd

#d362dd

Complementary Color

#d362dd #6cdd62

#d362dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d362dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d362dd Color CSS Codes

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

#d362dd Text Font Color

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

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


#d362dd Background Color

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

This div background color is #d362dd


#d362dd Border Color

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

This div border color is #d362dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d362dd


Comments

No comments written yet.

Please login to write comment.