Color Hex Logo

#dd247b Color Hex

#DD247B
(221,36,123)
0 Favorites   0 Comments

Color spaces of #dd247b

RGB 22136123
HSL0.920.730.50
HSV332°84°87°
CMYK 0.000.840.44   0.13
XYZ34.024818.064020.4323
Yxy18.06400.46920.2491
Hunter Lab42.501868.52011.2482
CIE-Lab49.573672.3774-1.4447

#dd247b color RGB value is (221,36,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100100 01111011
Octal 335 44 173
Decimal 221 36 123
Hex DD 24 7B

RGB Percentages of Color #dd247b

%58.16
%9.47
%32.37

CMYK Percentages of Color #dd247b

%0
%84
%44
%13

Triadic Colors of #dd247b

#dd247b #7bdd24 #247bdd

Analogous Colors of #dd247b

#dd247b #dd2a24 #dd24d8

Monochromatic Colors of #dd247b

#dd247b

Complementary Color

#dd247b #24dd86

#dd247b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd247b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd247b Color CSS Codes

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

#dd247b Text Font Color

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

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


#dd247b Background Color

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

This div background color is #dd247b


#dd247b Border Color

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

This div border color is #dd247b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd247b


Comments

No comments written yet.

Please login to write comment.