Color Hex Logo

#dd098b Color Hex

#DD098B
(221,9,139)
0 Favorites   0 Comments

Color spaces of #dd098b

RGB 2219139
HSL0.900.920.45
HSV323°96°87°
CMYK 0.000.960.37   0.13
XYZ34.576717.431625.9683
Yxy17.43160.44340.2235
Hunter Lab41.751274.7622-7.6512
CIE-Lab48.799377.6243-12.3064

#dd098b color RGB value is (221,9,139).

#dd098b hex color red value is 221, green value is 9 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #dd098b hue: 0.90 , saturation: 0.92 and the lightness value of dd098b is 0.45.

The process color (four color CMYK) of #dd098b color hex is 0.00, 0.96, 0.37, 0.13. Web safe color of #dd098b is #cc0099. Color #dd098b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001001 10001011
Octal 335 11 213
Decimal 221 9 139
Hex DD 9 8B

RGB Percentages of Color #dd098b

%59.89
%2.44
%37.67

CMYK Percentages of Color #dd098b

%0
%96
%37
%13

Triadic Colors of #dd098b

#dd098b #8bdd09 #098bdd

Analogous Colors of #dd098b

#dd098b #dd0921 #c509dd

Monochromatic Colors of #dd098b

#dd098b

Complementary Color

#dd098b #09dd5b

#dd098b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd098b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd098b Color CSS Codes

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

#dd098b Text Font Color

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

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


#dd098b Background Color

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

This div background color is #dd098b


#dd098b Border Color

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

This div border color is #dd098b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd098b


Comments

No comments written yet.

Please login to write comment.