Color Hex Logo

#d362de Color Hex

#D362DE
(211,98,222)
0 Favorites   0 Comments

Color spaces of #d362de

RGB 21198222
HSL0.820.650.63
HSV295°56°87°
CMYK 0.050.560.00   0.13
XYZ44.416527.858272.1434
Yxy27.85820.30760.1929
Hunter Lab52.780957.8460-44.0938
CIE-Lab59.760461.4527-43.7367

#d362de color RGB value is (211,98,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100010 11011110
Octal 323 142 336
Decimal 211 98 222
Hex D3 62 DE

RGB Percentages of Color #d362de

%39.74
%18.46
%41.81

CMYK Percentages of Color #d362de

%5
%56
%0
%13

Triadic Colors of #d362de

#d362de #ded362 #62ded3

Analogous Colors of #d362de

#d362de #de62ab #9562de

Monochromatic Colors of #d362de

#d362de

Complementary Color

#d362de #6dde62

#d362de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d362de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d362de Color CSS Codes

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

#d362de Text Font Color

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

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


#d362de Background Color

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

This div background color is #d362de


#d362de Border Color

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

This div border color is #d362de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d362de


Comments

No comments written yet.

Please login to write comment.