Color Hex Logo

#d490ed Color Hex

#D490ED
(212,144,237)
0 Favorites   0 Comments

Color spaces of #d490ed

RGB 212144237
HSL0.790.720.75
HSV284°39°93°
CMYK 0.110.390.00   0.07
XYZ52.410740.058085.0904
Yxy40.05800.29520.2256
Hunter Lab63.291437.0534-35.4069
CIE-Lab69.510841.4315-36.7876

#d490ed color RGB value is (212,144,237).

#d490ed hex color red value is 212, green value is 144 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d490ed hue: 0.79 , saturation: 0.72 and the lightness value of d490ed is 0.75.

The process color (four color CMYK) of #d490ed color hex is 0.11, 0.39, 0.00, 0.07. Web safe color of #d490ed is #cc99ff. Color #d490ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010000 11101101
Octal 324 220 355
Decimal 212 144 237
Hex D4 90 ED

RGB Percentages of Color #d490ed

%35.75
%24.28
%39.97

CMYK Percentages of Color #d490ed

%11
%39
%0
%7

Triadic Colors of #d490ed

#d490ed #edd490 #90edd4

Analogous Colors of #d490ed

#d490ed #ed90d8 #a690ed

Monochromatic Colors of #d490ed

#d490ed

Complementary Color

#d490ed #a9ed90

#d490ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d490ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d490ed Color CSS Codes

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

#d490ed Text Font Color

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

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


#d490ed Background Color

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

This div background color is #d490ed


#d490ed Border Color

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

This div border color is #d490ed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,144,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d490ed


Comments

No comments written yet.

Please login to write comment.