Color Hex Logo

#d544df Color Hex

#D544DF
(213,68,223)
0 Favorites   0 Comments

Color spaces of #d544df

RGB 21368223
HSL0.820.710.57
HSV296°70°87°
CMYK 0.040.700.00   0.13
XYZ42.827023.608172.1116
Yxy23.60810.30910.1704
Hunter Lab48.588272.3057-53.9829
CIE-Lab55.693374.2987-50.7234

#d544df color RGB value is (213,68,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000100 11011111
Octal 325 104 337
Decimal 213 68 223
Hex D5 44 DF

RGB Percentages of Color #d544df

%42.26
%13.49
%44.25

CMYK Percentages of Color #d544df

%4
%70
%0
%13

Triadic Colors of #d544df

#d544df #dfd544 #44dfd5

Analogous Colors of #d544df

#d544df #df449c #8844df

Monochromatic Colors of #d544df

#d544df

Complementary Color

#d544df #4edf44

#d544df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d544df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d544df Color CSS Codes

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

#d544df Text Font Color

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

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


#d544df Background Color

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

This div background color is #d544df


#d544df Border Color

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

This div border color is #d544df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d544df


Comments

No comments written yet.

Please login to write comment.