Color Hex Logo

#d490dc Color Hex

#D490DC
(212,144,220)
0 Favorites   0 Comments

Color spaces of #d490dc

RGB 212144220
HSL0.820.520.71
HSV294°35°86°
CMYK 0.040.350.00   0.14
XYZ50.042939.110972.6218
Yxy39.11090.30930.2418
Hunter Lab62.538733.3913-25.0722
CIE-Lab68.831538.0896-28.4814

#d490dc color RGB value is (212,144,220).

#d490dc hex color red value is 212, green value is 144 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d490dc hue: 0.82 , saturation: 0.52 and the lightness value of d490dc is 0.71.

The process color (four color CMYK) of #d490dc color hex is 0.04, 0.35, 0.00, 0.14. Web safe color of #d490dc is #cc99cc. Color #d490dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010000 11011100
Octal 324 220 334
Decimal 212 144 220
Hex D4 90 DC

RGB Percentages of Color #d490dc

%36.81
%25.00
%38.19

CMYK Percentages of Color #d490dc

%4
%35
%0
%14

Triadic Colors of #d490dc

#d490dc #dcd490 #90dcd4

Analogous Colors of #d490dc

#d490dc #dc90be #ae90dc

Monochromatic Colors of #d490dc

#d490dc

Complementary Color

#d490dc #98dc90

#d490dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d490dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d490dc Color CSS Codes

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

#d490dc Text Font Color

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

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


#d490dc Background Color

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

This div background color is #d490dc


#d490dc Border Color

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

This div border color is #d490dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d490dc


Comments

No comments written yet.

Please login to write comment.