Color Hex Logo

#d00164 Color Hex

#D00164
(208,1,100)
0 Favorites   0 Comments

Color spaces of #d00164

RGB 2081100
HSL0.920.990.41
HSV331°100°82°
CMYK 0.001.000.52   0.18
XYZ28.323514.351713.3339
Yxy14.35170.50570.2562
Hunter Lab37.883667.15825.6503
CIE-Lab44.733172.18825.3941

#d00164 color RGB value is (208,1,100).

#d00164 hex color red value is 208, green value is 1 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #d00164 hue: 0.92 , saturation: 0.99 and the lightness value of d00164 is 0.41.

The process color (four color CMYK) of #d00164 color hex is 0.00, 1.00, 0.52, 0.18. Web safe color of #d00164 is #cc0066. Color #d00164 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000001 01100100
Octal 320 1 144
Decimal 208 1 100
Hex D0 1 64

RGB Percentages of Color #d00164

%67.31
%0.32
%32.36

CMYK Percentages of Color #d00164

%0
%100
%52
%18

Triadic Colors of #d00164

#d00164 #64d001 #0164d0

Analogous Colors of #d00164

#d00164 #d00501 #d001cc

Monochromatic Colors of #d00164

#d00164

Complementary Color

#d00164 #01d06d

#d00164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00164 Color CSS Codes

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

#d00164 Text Font Color

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

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


#d00164 Background Color

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

This div background color is #d00164


#d00164 Border Color

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

This div border color is #d00164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00164


Comments

No comments written yet.

Please login to write comment.