Color Hex Logo

#dd277b Color Hex

#DD277B
(221,39,123)
0 Favorites   0 Comments

Color spaces of #dd277b

RGB 22139123
HSL0.920.730.51
HSV332°82°87°
CMYK 0.000.820.44   0.13
XYZ34.119518.253320.4638
Yxy18.25330.46840.2506
Hunter Lab42.723967.78421.5081
CIE-Lab49.801971.7226-1.1100

#dd277b color RGB value is (221,39,123).

#dd277b hex color red value is 221, green value is 39 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dd277b hue: 0.92 , saturation: 0.73 and the lightness value of dd277b is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100111 01111011
Octal 335 47 173
Decimal 221 39 123
Hex DD 27 7B

RGB Percentages of Color #dd277b

%57.70
%10.18
%32.11

CMYK Percentages of Color #dd277b

%0
%82
%44
%13

Triadic Colors of #dd277b

#dd277b #7bdd27 #277bdd

Analogous Colors of #dd277b

#dd277b #dd2e27 #dd27d6

Monochromatic Colors of #dd277b

#dd277b

Complementary Color

#dd277b #27dd89

#dd277b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd277b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd277b Color CSS Codes

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

#dd277b Text Font Color

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

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


#dd277b Background Color

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

This div background color is #dd277b


#dd277b Border Color

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

This div border color is #dd277b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd277b


Comments

No comments written yet.

Please login to write comment.