Color Hex Logo

#dd377b Color Hex

#DD377B
(221,55,123)
0 Favorites   0 Comments

Color spaces of #dd377b

RGB 22155123
HSL0.930.710.54
HSV335°75°87°
CMYK 0.000.750.44   0.13
XYZ34.760119.534620.6774
Yxy19.53460.46360.2606
Hunter Lab44.198063.03743.2006
CIE-Lab51.306967.44571.0876

#dd377b color RGB value is (221,55,123).

#dd377b hex color red value is 221, green value is 55 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dd377b hue: 0.93 , saturation: 0.71 and the lightness value of dd377b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00110111 01111011
Octal 335 67 173
Decimal 221 55 123
Hex DD 37 7B

RGB Percentages of Color #dd377b

%55.39
%13.78
%30.83

CMYK Percentages of Color #dd377b

%0
%75
%44
%13

Triadic Colors of #dd377b

#dd377b #7bdd37 #377bdd

Analogous Colors of #dd377b

#dd377b #dd4637 #dd37ce

Monochromatic Colors of #dd377b

#dd377b

Complementary Color

#dd377b #37dd99

#dd377b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd377b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd377b Color CSS Codes

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

#dd377b Text Font Color

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

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


#dd377b Background Color

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

This div background color is #dd377b


#dd377b Border Color

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

This div border color is #dd377b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,55,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 #dd377b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd377b


Comments

No comments written yet.

Please login to write comment.