Color Hex Logo

#d0165e Color Hex

#D0165E
(208,22,94)
0 Favorites   0 Comments

Color spaces of #d0165e

RGB 2082294
HSL0.940.810.45
HSV337°89°82°
CMYK 0.000.890.55   0.18
XYZ28.319714.791911.9522
Yxy14.79190.51430.2686
Hunter Lab38.460264.13078.4968
CIE-Lab45.347869.523710.0103

#d0165e color RGB value is (208,22,94).

#d0165e hex color red value is 208, green value is 22 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d0165e hue: 0.94 , saturation: 0.81 and the lightness value of d0165e is 0.45.

The process color (four color CMYK) of #d0165e color hex is 0.00, 0.89, 0.55, 0.18. Web safe color of #d0165e is #cc0066. Color #d0165e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010110 01011110
Octal 320 26 136
Decimal 208 22 94
Hex D0 16 5E

RGB Percentages of Color #d0165e

%64.20
%6.79
%29.01

CMYK Percentages of Color #d0165e

%0
%89
%55
%18

Triadic Colors of #d0165e

#d0165e #5ed016 #165ed0

Analogous Colors of #d0165e

#d0165e #d02b16 #d016bb

Monochromatic Colors of #d0165e

#d0165e

Complementary Color

#d0165e #16d088

#d0165e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0165e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0165e Color CSS Codes

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

#d0165e Text Font Color

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

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


#d0165e Background Color

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

This div background color is #d0165e


#d0165e Border Color

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

This div border color is #d0165e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0165e


Comments

No comments written yet.

Please login to write comment.