Color Hex Logo

#d616de Color Hex

#D616DE
(214,22,222)
0 Favorites   0 Comments

Color spaces of #d616de

RGB 21422222
HSL0.830.820.48
HSV298°90°87°
CMYK 0.040.900.00   0.13
XYZ41.203320.143970.8237
Yxy20.14390.31170.1524
Hunter Lab44.882085.3262-62.1422
CIE-Lab51.999585.3132-56.0479

#d616de color RGB value is (214,22,222).

#d616de hex color red value is 214, green value is 22 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #d616de hue: 0.83 , saturation: 0.82 and the lightness value of d616de is 0.48.

The process color (four color CMYK) of #d616de color hex is 0.04, 0.90, 0.00, 0.13. Web safe color of #d616de is #cc00cc. Color #d616de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010110 11011110
Octal 326 26 336
Decimal 214 22 222
Hex D6 16 DE

RGB Percentages of Color #d616de

%46.72
%4.80
%48.47

CMYK Percentages of Color #d616de

%4
%90
%0
%13

Triadic Colors of #d616de

#d616de #ded616 #16ded6

Analogous Colors of #d616de

#d616de #de1682 #7216de

Monochromatic Colors of #d616de

#d616de

Complementary Color

#d616de #1ede16

#d616de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d616de Color Preview on White Background

Lorem ipsum dolor sit amet.

#d616de Color CSS Codes

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

#d616de Text Font Color

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

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


#d616de Background Color

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

This div background color is #d616de


#d616de Border Color

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

This div border color is #d616de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d616de


Comments

No comments written yet.

Please login to write comment.