Color Hex Logo

#dd276b Color Hex

#DD276B
(221,39,107)
0 Favorites   0 Comments

Color spaces of #dd276b

RGB 22139107
HSL0.940.730.51
HSV338°82°87°
CMYK 0.000.820.52   0.13
XYZ33.198217.884715.6123
Yxy17.88470.49780.2682
Hunter Lab42.290366.11587.7151
CIE-Lab49.356070.41718.0022

#dd276b color RGB value is (221,39,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100111 01101011
Octal 335 47 153
Decimal 221 39 107
Hex DD 27 6B

RGB Percentages of Color #dd276b

%60.22
%10.63
%29.16

CMYK Percentages of Color #dd276b

%0
%82
%52
%13

Triadic Colors of #dd276b

#dd276b #6bdd27 #276bdd

Analogous Colors of #dd276b

#dd276b #dd3e27 #dd27c6

Monochromatic Colors of #dd276b

#dd276b

Complementary Color

#dd276b #27dd99

#dd276b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd276b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd276b Color CSS Codes

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

#dd276b Text Font Color

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

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


#dd276b Background Color

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

This div background color is #dd276b


#dd276b Border Color

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

This div border color is #dd276b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd276b


Comments

No comments written yet.

Please login to write comment.