Color Hex Logo

#d244dc Color Hex

#D244DC
(210,68,220)
0 Favorites   0 Comments

Color spaces of #d244dc

RGB 21068220
HSL0.820.680.56
HSV296°69°86°
CMYK 0.050.690.00   0.14
XYZ41.563723.003269.9596
Yxy23.00320.30900.1710
Hunter Lab47.961770.7557-52.9106
CIE-Lab55.075673.1542-50.0366

#d244dc color RGB value is (210,68,220).

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

The process color (four color CMYK) of #d244dc color hex is 0.05, 0.69, 0.00, 0.14. Web safe color of #d244dc is #cc33cc. Color #d244dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000100 11011100
Octal 322 104 334
Decimal 210 68 220
Hex D2 44 DC

RGB Percentages of Color #d244dc

%42.17
%13.65
%44.18

CMYK Percentages of Color #d244dc

%5
%69
%0
%14

Triadic Colors of #d244dc

#d244dc #dcd244 #44dcd2

Analogous Colors of #d244dc

#d244dc #dc449a #8644dc

Monochromatic Colors of #d244dc

#d244dc

Complementary Color

#d244dc #4edc44

#d244dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d244dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d244dc Color CSS Codes

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

#d244dc Text Font Color

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

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


#d244dc Background Color

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

This div background color is #d244dc


#d244dc Border Color

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

This div border color is #d244dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,68,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d244dc


Comments

No comments written yet.

Please login to write comment.