Color Hex Logo

#d044df Color Hex

#D044DF
(208,68,223)
0 Favorites   0 Comments

Color spaces of #d044df

RGB 20868223
HSL0.820.710.57
HSV294°70°87°
CMYK 0.070.700.00   0.13
XYZ41.398822.871972.0448
Yxy22.87190.30370.1678
Hunter Lab47.824670.8235-55.8396
CIE-Lab54.940173.2357-51.9681

#d044df color RGB value is (208,68,223).

#d044df hex color red value is 208, green value is 68 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d044df hue: 0.82 , saturation: 0.71 and the lightness value of d044df is 0.57.

The process color (four color CMYK) of #d044df color hex is 0.07, 0.70, 0.00, 0.13. Web safe color of #d044df is #cc33cc. Color #d044df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000100 11011111
Octal 320 104 337
Decimal 208 68 223
Hex D0 44 DF

RGB Percentages of Color #d044df

%41.68
%13.63
%44.69

CMYK Percentages of Color #d044df

%7
%70
%0
%13

Triadic Colors of #d044df

#d044df #dfd044 #44dfd0

Analogous Colors of #d044df

#d044df #df44a1 #8344df

Monochromatic Colors of #d044df

#d044df

Complementary Color

#d044df #53df44

#d044df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d044df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d044df Color CSS Codes

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

#d044df Text Font Color

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

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


#d044df Background Color

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

This div background color is #d044df


#d044df Border Color

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

This div border color is #d044df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,68,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 #d044df">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d044df


Comments

No comments written yet.

Please login to write comment.