Color Hex Logo

#dd135b Color Hex

#DD135B
(221,19,91)
0 Favorites   0 Comments

Color spaces of #dd135b

RGB 2211991
HSL0.940.840.47
HSV339°91°87°
CMYK 0.000.910.59   0.13
XYZ31.940016.593211.4169
Yxy16.59320.53280.2768
Hunter Lab40.734868.675511.8969
CIE-Lab47.743372.862215.5919

#dd135b color RGB value is (221,19,91).

#dd135b hex color red value is 221, green value is 19 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #dd135b hue: 0.94 , saturation: 0.84 and the lightness value of dd135b is 0.47.

The process color (four color CMYK) of #dd135b color hex is 0.00, 0.91, 0.59, 0.13. Web safe color of #dd135b is #cc0066. Color #dd135b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00010011 01011011
Octal 335 23 133
Decimal 221 19 91
Hex DD 13 5B

RGB Percentages of Color #dd135b

%66.77
%5.74
%27.49

CMYK Percentages of Color #dd135b

%0
%91
%59
%13

Triadic Colors of #dd135b

#dd135b #5bdd13 #135bdd

Analogous Colors of #dd135b

#dd135b #dd3013 #dd13c0

Monochromatic Colors of #dd135b

#dd135b

Complementary Color

#dd135b #13dd95

#dd135b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd135b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd135b Color CSS Codes

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

#dd135b Text Font Color

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

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


#dd135b Background Color

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

This div background color is #dd135b


#dd135b Border Color

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

This div border color is #dd135b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd135b


Comments

No comments written yet.

Please login to write comment.