Color Hex Logo

#d244df Color Hex

#D244DF
(210,68,223)
0 Favorites   0 Comments

Color spaces of #d244df

RGB 21068223
HSL0.820.710.57
HSV295°70°87°
CMYK 0.060.700.00   0.13
XYZ41.964723.163672.0713
Yxy23.16360.30590.1688
Hunter Lab48.128671.4143-55.0952
CIE-Lab55.240573.6604-51.4716

#d244df color RGB value is (210,68,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000100 11011111
Octal 322 104 337
Decimal 210 68 223
Hex D2 44 DF

RGB Percentages of Color #d244df

%41.92
%13.57
%44.51

CMYK Percentages of Color #d244df

%6
%70
%0
%13

Triadic Colors of #d244df

#d244df #dfd244 #44dfd2

Analogous Colors of #d244df

#d244df #df449f #8544df

Monochromatic Colors of #d244df

#d244df

Complementary Color

#d244df #51df44

#d244df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d244df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d244df Color CSS Codes

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

#d244df Text Font Color

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

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


#d244df Background Color

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

This div background color is #d244df


#d244df Border Color

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

This div border color is #d244df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d244df


Comments

No comments written yet.

Please login to write comment.