Color Hex Logo

#dd08df Color Hex

#DD08DF
(221,8,223)
0 Favorites   0 Comments

Color spaces of #dd08df

RGB 2218223
HSL0.830.930.45
HSV299°96°87°
CMYK 0.010.960.00   0.13
XYZ43.224920.873571.5628
Yxy20.87350.31860.1539
Hunter Lab45.687588.9254-60.8878
CIE-Lab52.810887.9067-55.2499

#dd08df color RGB value is (221,8,223).

#dd08df hex color red value is 221, green value is 8 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dd08df hue: 0.83 , saturation: 0.93 and the lightness value of dd08df is 0.45.

The process color (four color CMYK) of #dd08df color hex is 0.01, 0.96, 0.00, 0.13. Web safe color of #dd08df is #cc00cc. Color #dd08df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00001000 11011111
Octal 335 10 337
Decimal 221 8 223
Hex DD 8 DF

RGB Percentages of Color #dd08df

%48.89
%1.77
%49.34

CMYK Percentages of Color #dd08df

%1
%96
%0
%13

Triadic Colors of #dd08df

#dd08df #dfdd08 #08dfdd

Analogous Colors of #dd08df

#dd08df #df0876 #7208df

Monochromatic Colors of #dd08df

#dd08df

Complementary Color

#dd08df #0adf08

#dd08df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd08df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd08df Color CSS Codes

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

#dd08df Text Font Color

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

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


#dd08df Background Color

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

This div background color is #dd08df


#dd08df Border Color

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

This div border color is #dd08df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dd08df


Comments

No comments written yet.

Please login to write comment.