Color Hex Logo

#dd2374 Color Hex

#DD2374
(221,35,116)
0 Favorites   0 Comments

Color spaces of #dd2374

RGB 22135116
HSL0.930.730.50
HSV334°84°87°
CMYK 0.000.840.48   0.13
XYZ33.572217.835218.1961
Yxy17.83520.48230.2562
Hunter Lab42.231767.99344.0163
CIE-Lab49.295671.99462.4156

#dd2374 color RGB value is (221,35,116).

#dd2374 hex color red value is 221, green value is 35 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #dd2374 hue: 0.93 , saturation: 0.73 and the lightness value of dd2374 is 0.50.

The process color (four color CMYK) of #dd2374 color hex is 0.00, 0.84, 0.48, 0.13. Web safe color of #dd2374 is #cc3366. Color #dd2374 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100011 01110100
Octal 335 43 164
Decimal 221 35 116
Hex DD 23 74

RGB Percentages of Color #dd2374

%59.41
%9.41
%31.18

CMYK Percentages of Color #dd2374

%0
%84
%48
%13

Triadic Colors of #dd2374

#dd2374 #74dd23 #2374dd

Analogous Colors of #dd2374

#dd2374 #dd2f23 #dd23d1

Monochromatic Colors of #dd2374

#dd2374

Complementary Color

#dd2374 #23dd8c

#dd2374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd2374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd2374 Color CSS Codes

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

#dd2374 Text Font Color

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

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


#dd2374 Background Color

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

This div background color is #dd2374


#dd2374 Border Color

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

This div border color is #dd2374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd2374


Comments

No comments written yet.

Please login to write comment.