Color Hex Logo

#dd274e Color Hex

#DD274E
(221,39,78)
0 Favorites   0 Comments

Color spaces of #dd274e

RGB 2213978
HSL0.960.730.51
HSV347°82°87°
CMYK 0.000.820.65   0.13
XYZ31.919517.37328.8788
Yxy17.37320.54870.2987
Hunter Lab41.681263.753516.5470
CIE-Lab48.726968.548424.8696

#dd274e color RGB value is (221,39,78).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100111 01001110
Octal 335 47 116
Decimal 221 39 78
Hex DD 27 4E

RGB Percentages of Color #dd274e

%65.38
%11.54
%23.08

CMYK Percentages of Color #dd274e

%0
%82
%65
%13

Triadic Colors of #dd274e

#dd274e #4edd27 #274edd

Analogous Colors of #dd274e

#dd274e #dd5b27 #dd27a9

Monochromatic Colors of #dd274e

#dd274e

Complementary Color

#dd274e #27ddb6

#dd274e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd274e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd274e Color CSS Codes

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

#dd274e Text Font Color

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

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


#dd274e Background Color

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

This div background color is #dd274e


#dd274e Border Color

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

This div border color is #dd274e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd274e


Comments

No comments written yet.

Please login to write comment.