color codes Logo

#d90ecc color codes

#D90ECC
(217,14,204)
0 Favorites   0 Comments

Color spaces of #d90ecc

RGB 21714204
HSL0.840.880.45
HSV304°94°85°
CMYK 0.000.940.06   0.15
XYZ39.671419.425458.7853
Yxy19.42540.33650.1648
Hunter Lab44.074383.5386-48.2278
CIE-Lab51.181284.0912-47.0247

#d90ecc color RGB value is (217,14,204).

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

The process color (four color CMYK) of #d90ecc color code is 0.00, 0.94, 0.06, 0.15. Web safe color of #d90ecc is #cc00cc. Color #d90ecc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001110 11001100
Octal 331 16 314
Decimal 217 14 204
Hex D9 E CC

RGB Percentages of Color #d90ecc

%49.89
%3.22
%46.90

CMYK Percentages of Color #d90ecc

%0
%94
%6
%15

Triadic Colors of #d90ecc

#d90ecc #ccd90e #0eccd9

Analogous Colors of #d90ecc

#d90ecc #d90e67 #810ed9

Monochromatic Colors of #d90ecc

#d90ecc

Complementary Color

#d90ecc #0ed91b

#d90ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90ecc Color CSS Codes

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

#d90ecc Text Font Color

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

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


#d90ecc Background Color

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

This div background color is #d90ecc


#d90ecc Border Color

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

This div border color is #d90ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90ecc


Comments

No comments written yet.

Please login to write comment.