Color Hex Logo

#dd275b Color Hex

#DD275B
(221,39,91)
0 Favorites   0 Comments

Color spaces of #dd275b

RGB 2213991
HSL0.950.730.51
HSV343°82°87°
CMYK 0.000.820.59   0.13
XYZ32.432617.578511.5811
Yxy17.57850.52660.2854
Hunter Lab41.926764.707712.9715
CIE-Lab48.980869.306117.2756

#dd275b color RGB value is (221,39,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100111 01011011
Octal 335 47 133
Decimal 221 39 91
Hex DD 27 5B

RGB Percentages of Color #dd275b

%62.96
%11.11
%25.93

CMYK Percentages of Color #dd275b

%0
%82
%59
%13

Triadic Colors of #dd275b

#dd275b #5bdd27 #275bdd

Analogous Colors of #dd275b

#dd275b #dd4e27 #dd27b6

Monochromatic Colors of #dd275b

#dd275b

Complementary Color

#dd275b #27dda9

#dd275b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd275b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd275b Color CSS Codes

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

#dd275b Text Font Color

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

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


#dd275b Background Color

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

This div background color is #dd275b


#dd275b Border Color

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

This div border color is #dd275b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd275b


Comments

No comments written yet.

Please login to write comment.