Color Hex Logo

#d617b7 Color Hex

#D617B7
(214,23,183)
0 Favorites   0 Comments

Color spaces of #d617b7

RGB 21423183
HSL0.860.810.46
HSV310°89°84°
CMYK 0.000.890.14   0.16
XYZ36.585218.327846.4091
Yxy18.32780.36110.1809
Hunter Lab42.811077.6225-34.3054
CIE-Lab49.891379.6989-36.9086

#d617b7 color RGB value is (214,23,183).

#d617b7 hex color red value is 214, green value is 23 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #d617b7 hue: 0.86 , saturation: 0.81 and the lightness value of d617b7 is 0.46.

The process color (four color CMYK) of #d617b7 color hex is 0.00, 0.89, 0.14, 0.16. Web safe color of #d617b7 is #cc00cc. Color #d617b7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010111 10110111
Octal 326 27 267
Decimal 214 23 183
Hex D6 17 B7

RGB Percentages of Color #d617b7

%50.95
%5.48
%43.57

CMYK Percentages of Color #d617b7

%0
%89
%14
%16

Triadic Colors of #d617b7

#d617b7 #b7d617 #17b7d6

Analogous Colors of #d617b7

#d617b7 #d61758 #9617d6

Monochromatic Colors of #d617b7

#d617b7

Complementary Color

#d617b7 #17d636

#d617b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d617b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d617b7 Color CSS Codes

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

#d617b7 Text Font Color

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

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


#d617b7 Background Color

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

This div background color is #d617b7


#d617b7 Border Color

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

This div border color is #d617b7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,23,183, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d617b7


Comments

No comments written yet.

Please login to write comment.