Color Hex Logo

#dd124f Color Hex

#DD124F
(221,18,79)
0 Favorites   0 Comments

Color spaces of #dd124f

RGB 2211879
HSL0.950.850.47
HSV342°92°87°
CMYK 0.000.920.64   0.13
XYZ31.446416.36938.8993
Yxy16.36930.55450.2886
Hunter Lab40.459067.934315.2800
CIE-Lab47.455372.303622.6106

#dd124f color RGB value is (221,18,79).

#dd124f hex color red value is 221, green value is 18 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #dd124f hue: 0.95 , saturation: 0.85 and the lightness value of dd124f is 0.47.

The process color (four color CMYK) of #dd124f color hex is 0.00, 0.92, 0.64, 0.13. Web safe color of #dd124f is #cc0066. Color #dd124f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010010 01001111
Octal 335 22 117
Decimal 221 18 79
Hex DD 12 4F

RGB Percentages of Color #dd124f

%69.50
%5.66
%24.84

CMYK Percentages of Color #dd124f

%0
%92
%64
%13

Triadic Colors of #dd124f

#dd124f #4fdd12 #124fdd

Analogous Colors of #dd124f

#dd124f #dd3b12 #dd12b5

Monochromatic Colors of #dd124f

#dd124f

Complementary Color

#dd124f #12dda0

#dd124f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd124f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd124f Color CSS Codes

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

#dd124f Text Font Color

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

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


#dd124f Background Color

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

This div background color is #dd124f


#dd124f Border Color

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

This div border color is #dd124f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd124f


Comments

No comments written yet.

Please login to write comment.