Color Hex Logo

#d0167e Color Hex

#D0167E
(208,22,126)
0 Favorites   0 Comments

Color spaces of #d0167e

RGB 20822126
HSL0.910.810.45
HSV326°89°82°
CMYK 0.000.890.39   0.18
XYZ30.065215.490121.1439
Yxy15.49010.45080.2322
Hunter Lab39.357567.4807-4.3020
CIE-Lab46.298372.1518-8.4060

#d0167e color RGB value is (208,22,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010110 01111110
Octal 320 26 176
Decimal 208 22 126
Hex D0 16 7E

RGB Percentages of Color #d0167e

%58.43
%6.18
%35.39

CMYK Percentages of Color #d0167e

%0
%89
%39
%18

Triadic Colors of #d0167e

#d0167e #7ed016 #167ed0

Analogous Colors of #d0167e

#d0167e #d01621 #c516d0

Monochromatic Colors of #d0167e

#d0167e

Complementary Color

#d0167e #16d068

#d0167e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0167e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0167e Color CSS Codes

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

#d0167e Text Font Color

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

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


#d0167e Background Color

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

This div background color is #d0167e


#d0167e Border Color

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

This div border color is #d0167e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0167e


Comments

No comments written yet.

Please login to write comment.