Color Hex Logo

#d616b0 Color Hex

#D616B0
(214,22,176)
0 Favorites   0 Comments

Color spaces of #d616b0

RGB 21422176
HSL0.870.810.46
HSV312°90°84°
CMYK 0.000.900.18   0.16
XYZ35.854918.004542.6598
Yxy18.00450.37150.1865
Hunter Lab42.431776.5775-29.9065
CIE-Lab49.501678.9424-33.4130

#d616b0 color RGB value is (214,22,176).

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

The process color (four color CMYK) of #d616b0 color hex is 0.00, 0.90, 0.18, 0.16. Web safe color of #d616b0 is #cc0099. Color #d616b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010110 10110000
Octal 326 26 260
Decimal 214 22 176
Hex D6 16 B0

RGB Percentages of Color #d616b0

%51.94
%5.34
%42.72

CMYK Percentages of Color #d616b0

%0
%90
%18
%16

Triadic Colors of #d616b0

#d616b0 #b0d616 #16b0d6

Analogous Colors of #d616b0

#d616b0 #d61650 #9c16d6

Monochromatic Colors of #d616b0

#d616b0

Complementary Color

#d616b0 #16d63c

#d616b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d616b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d616b0 Color CSS Codes

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

#d616b0 Text Font Color

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

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


#d616b0 Background Color

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

This div background color is #d616b0


#d616b0 Border Color

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

This div border color is #d616b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d616b0


Comments

No comments written yet.

Please login to write comment.