Color Hex Logo

#d61490 Color Hex

#D61490
(214,20,144)
0 Favorites   0 Comments

Color spaces of #d61490

RGB 21420144
HSL0.890.830.46
HSV322°91°84°
CMYK 0.000.910.33   0.16
XYZ33.015816.810127.8901
Yxy16.81010.42480.2163
Hunter Lab41.000171.9889-11.6316
CIE-Lab48.019975.5300-16.6374

#d61490 color RGB value is (214,20,144).

#d61490 hex color red value is 214, green value is 20 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d61490 hue: 0.89 , saturation: 0.83 and the lightness value of d61490 is 0.46.

The process color (four color CMYK) of #d61490 color hex is 0.00, 0.91, 0.33, 0.16. Web safe color of #d61490 is #cc0099. Color #d61490 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010100 10010000
Octal 326 24 220
Decimal 214 20 144
Hex D6 14 90

RGB Percentages of Color #d61490

%56.61
%5.29
%38.10

CMYK Percentages of Color #d61490

%0
%91
%33
%16

Triadic Colors of #d61490

#d61490 #90d614 #1490d6

Analogous Colors of #d61490

#d61490 #d6142f #bb14d6

Monochromatic Colors of #d61490

#d61490

Complementary Color

#d61490 #14d65a

#d61490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61490 Color CSS Codes

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

#d61490 Text Font Color

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

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


#d61490 Background Color

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

This div background color is #d61490


#d61490 Border Color

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

This div border color is #d61490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61490


Comments

No comments written yet.

Please login to write comment.