Color Hex Logo

#dd075f Color Hex

#DD075F
(221,7,95)
0 Favorites   0 Comments

Color spaces of #dd075f

RGB 221795
HSL0.930.940.45
HSV335°97°87°
CMYK 0.000.970.57   0.13
XYZ31.960316.350312.2979
Yxy16.35030.52730.2698
Hunter Lab40.435570.324610.2726
CIE-Lab47.430874.283112.6870

#dd075f color RGB value is (221,7,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00000111 01011111
Octal 335 7 137
Decimal 221 7 95
Hex DD 7 5F

RGB Percentages of Color #dd075f

%68.42
%2.17
%29.41

CMYK Percentages of Color #dd075f

%0
%97
%57
%13

Triadic Colors of #dd075f

#dd075f #5fdd07 #075fdd

Analogous Colors of #dd075f

#dd075f #dd1a07 #dd07ca

Monochromatic Colors of #dd075f

#dd075f

Complementary Color

#dd075f #07dd85

#dd075f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd075f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd075f Color CSS Codes

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

#dd075f Text Font Color

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

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


#dd075f Background Color

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

This div background color is #dd075f


#dd075f Border Color

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

This div border color is #dd075f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd075f


Comments

No comments written yet.

Please login to write comment.