Color Hex Logo

#dd6374 Color Hex

#DD6374
(221,99,116)
0 Favorites   0 Comments

Color spaces of #dd6374

RGB 22199116
HSL0.980.640.63
HSV352°55°87°
CMYK 0.000.550.48   0.13
XYZ37.433025.556819.4830
Yxy25.55680.45390.3099
Hunter Lab50.553743.703012.5377
CIE-Lab57.614049.199714.2194

#dd6374 color RGB value is (221,99,116).

#dd6374 hex color red value is 221, green value is 99 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dd6374 hue: 0.98 , saturation: 0.64 and the lightness value of dd6374 is 0.63.

The process color (four color CMYK) of #dd6374 color hex is 0.00, 0.55, 0.48, 0.13. Web safe color of #dd6374 is #cc6666. Color #dd6374 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01100011 01110100
Octal 335 143 164
Decimal 221 99 116
Hex DD 63 74

RGB Percentages of Color #dd6374

%50.69
%22.71
%26.61

CMYK Percentages of Color #dd6374

%0
%55
%48
%13

Triadic Colors of #dd6374

#dd6374 #74dd63 #6374dd

Analogous Colors of #dd6374

#dd6374 #dd8f63 #dd63b1

Monochromatic Colors of #dd6374

#dd6374

Complementary Color

#dd6374 #63ddcc

#dd6374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd6374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd6374 Color CSS Codes

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

#dd6374 Text Font Color

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

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


#dd6374 Background Color

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

This div background color is #dd6374


#dd6374 Border Color

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

This div border color is #dd6374


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,99,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd6374; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd6374;
  -webkit-box-shadow: 1px 1px 3px 2px #dd6374;
  box-shadow:         1px 1px 3px 2px #dd6374; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,99,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd6374


Comments

No comments written yet.

Please login to write comment.