Color Hex Logo

#dd077b Color Hex

#DD077B
(221,7,123)
0 Favorites   0 Comments

Color spaces of #dd077b

RGB 2217123
HSL0.910.940.45
HSV327°97°87°
CMYK 0.000.970.44   0.13
XYZ33.469916.954220.2473
Yxy16.95420.47360.2399
Hunter Lab41.175573.0384-0.3320
CIE-Lab48.202376.3479-3.4625

#dd077b color RGB value is (221,7,123).

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

The process color (four color CMYK) of #dd077b color hex is 0.00, 0.97, 0.44, 0.13. Web safe color of #dd077b is #cc0066. Color #dd077b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000111 01111011
Octal 335 7 173
Decimal 221 7 123
Hex DD 7 7B

RGB Percentages of Color #dd077b

%62.96
%1.99
%35.04

CMYK Percentages of Color #dd077b

%0
%97
%44
%13

Triadic Colors of #dd077b

#dd077b #7bdd07 #077bdd

Analogous Colors of #dd077b

#dd077b #dd0710 #d407dd

Monochromatic Colors of #dd077b

#dd077b

Complementary Color

#dd077b #07dd69

#dd077b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd077b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd077b Color CSS Codes

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

#dd077b Text Font Color

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

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


#dd077b Background Color

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

This div background color is #dd077b


#dd077b Border Color

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

This div border color is #dd077b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd077b


Comments

No comments written yet.

Please login to write comment.