Color Hex Logo

#dd09be Color Hex

#DD09BE
(221,9,190)
0 Favorites   0 Comments

Color spaces of #dd09be

RGB 2219190
HSL0.860.920.45
HSV309°96°87°
CMYK 0.000.960.14   0.13
XYZ39.210719.285250.3710
Yxy19.28520.36020.1771
Hunter Lab43.914982.5278-37.2660
CIE-Lab51.019283.3375-39.1306

#dd09be color RGB value is (221,9,190).

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

The process color (four color CMYK) of #dd09be color hex is 0.00, 0.96, 0.14, 0.13. Web safe color of #dd09be is #cc00cc. Color #dd09be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001001 10111110
Octal 335 11 276
Decimal 221 9 190
Hex DD 9 BE

RGB Percentages of Color #dd09be

%52.62
%2.14
%45.24

CMYK Percentages of Color #dd09be

%0
%96
%14
%13

Triadic Colors of #dd09be

#dd09be #bedd09 #09bedd

Analogous Colors of #dd09be

#dd09be #dd0954 #9209dd

Monochromatic Colors of #dd09be

#dd09be

Complementary Color

#dd09be #09dd28

#dd09be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd09be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd09be Color CSS Codes

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

#dd09be Text Font Color

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

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


#dd09be Background Color

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

This div background color is #dd09be


#dd09be Border Color

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

This div border color is #dd09be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd09be


Comments

No comments written yet.

Please login to write comment.