Color Hex Logo

#dd427b Color Hex

#DD427B
(221,66,123)
0 Favorites   0 Comments

Color spaces of #dd427b

RGB 22166123
HSL0.940.700.56
HSV338°70°87°
CMYK 0.000.700.44   0.13
XYZ35.342220.698620.8714
Yxy20.69860.45950.2691
Hunter Lab45.495759.04574.6474
CIE-Lab52.618063.77912.9898

#dd427b color RGB value is (221,66,123).

#dd427b hex color red value is 221, green value is 66 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dd427b hue: 0.94 , saturation: 0.70 and the lightness value of dd427b is 0.56.

The process color (four color CMYK) of #dd427b color hex is 0.00, 0.70, 0.44, 0.13. Web safe color of #dd427b is #cc3366. Color #dd427b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 01000010 01111011
Octal 335 102 173
Decimal 221 66 123
Hex DD 42 7B

RGB Percentages of Color #dd427b

%53.90
%16.10
%30.00

CMYK Percentages of Color #dd427b

%0
%70
%44
%13

Triadic Colors of #dd427b

#dd427b #7bdd42 #427bdd

Analogous Colors of #dd427b

#dd427b #dd5642 #dd42c9

Monochromatic Colors of #dd427b

#dd427b

Complementary Color

#dd427b #42dda4

#dd427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd427b Color CSS Codes

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

#dd427b Text Font Color

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

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


#dd427b Background Color

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

This div background color is #dd427b


#dd427b Border Color

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

This div border color is #dd427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd427b


Comments

No comments written yet.

Please login to write comment.