Color Hex Logo

#d360de Color Hex

#D360DE
(211,96,222)
0 Favorites   0 Comments

Color spaces of #d360de

RGB 21196222
HSL0.820.660.62
HSV295°57°87°
CMYK 0.050.570.00   0.13
XYZ44.231727.488672.0818
Yxy27.48860.30760.1912
Hunter Lab52.429658.8380-44.8130
CIE-Lab59.423962.3644-44.2673

#d360de color RGB value is (211,96,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100000 11011110
Octal 323 140 336
Decimal 211 96 222
Hex D3 60 DE

RGB Percentages of Color #d360de

%39.89
%18.15
%41.97

CMYK Percentages of Color #d360de

%5
%57
%0
%13

Triadic Colors of #d360de

#d360de #ded360 #60ded3

Analogous Colors of #d360de

#d360de #de60aa #9460de

Monochromatic Colors of #d360de

#d360de

Complementary Color

#d360de #6bde60

#d360de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d360de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d360de Color CSS Codes

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

#d360de Text Font Color

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

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


#d360de Background Color

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

This div background color is #d360de


#d360de Border Color

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

This div border color is #d360de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d360de


Comments

No comments written yet.

Please login to write comment.