Color Hex Logo

#d0646f Color Hex

#D0646F
(208,100,111)
0 Favorites   0 Comments

Color spaces of #d0646f

RGB 208100111
HSL0.980.530.60
HSV354°52°82°
CMYK 0.000.520.47   0.18
XYZ33.438823.671917.8456
Yxy23.67190.44610.3158
Hunter Lab48.653837.535512.3108
CIE-Lab55.757843.671614.2692

#d0646f color RGB value is (208,100,111).

#d0646f hex color red value is 208, green value is 100 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #d0646f hue: 0.98 , saturation: 0.53 and the lightness value of d0646f is 0.60.

The process color (four color CMYK) of #d0646f color hex is 0.00, 0.52, 0.47, 0.18. Web safe color of #d0646f is #cc6666. Color #d0646f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100100 01101111
Octal 320 144 157
Decimal 208 100 111
Hex D0 64 6F

RGB Percentages of Color #d0646f

%49.64
%23.87
%26.49

CMYK Percentages of Color #d0646f

%0
%52
%47
%18

Triadic Colors of #d0646f

#d0646f #6fd064 #646fd0

Analogous Colors of #d0646f

#d0646f #d08f64 #d064a5

Monochromatic Colors of #d0646f

#d0646f

Complementary Color

#d0646f #64d0c5

#d0646f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0646f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0646f Color CSS Codes

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

#d0646f Text Font Color

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

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


#d0646f Background Color

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

This div background color is #d0646f


#d0646f Border Color

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

This div border color is #d0646f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0646f


Comments

No comments written yet.

Please login to write comment.