Color Hex Logo

#d90e66 Color Hex

#D90E66
(217,14,102)
0 Favorites   0 Comments

Color spaces of #d90e66

RGB 21714102
HSL0.930.880.45
HSV334°94°85°
CMYK 0.000.940.53   0.15
XYZ31.170616.025114.0207
Yxy16.02510.50920.2618
Hunter Lab40.031468.93497.2561
CIE-Lab47.007473.22037.6385

#d90e66 color RGB value is (217,14,102).

#d90e66 hex color red value is 217, green value is 14 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #d90e66 hue: 0.93 , saturation: 0.88 and the lightness value of d90e66 is 0.45.

The process color (four color CMYK) of #d90e66 color hex is 0.00, 0.94, 0.53, 0.15. Web safe color of #d90e66 is #cc0066. Color #d90e66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001110 01100110
Octal 331 16 146
Decimal 217 14 102
Hex D9 E 66

RGB Percentages of Color #d90e66

%65.17
%4.20
%30.63

CMYK Percentages of Color #d90e66

%0
%94
%53
%15

Triadic Colors of #d90e66

#d90e66 #66d90e #0e66d9

Analogous Colors of #d90e66

#d90e66 #d91c0e #d90ecc

Monochromatic Colors of #d90e66

#d90e66

Complementary Color

#d90e66 #0ed981

#d90e66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90e66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90e66 Color CSS Codes

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

#d90e66 Text Font Color

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

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


#d90e66 Background Color

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

This div background color is #d90e66


#d90e66 Border Color

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

This div border color is #d90e66


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,14,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d90e66; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d90e66;
  -webkit-box-shadow: 1px 1px 3px 2px #d90e66;
  box-shadow:         1px 1px 3px 2px #d90e66; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,14,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90e66


Comments

No comments written yet.

Please login to write comment.