color codes Logo

#d90edc color codes

#D90EDC
(217,14,220)
0 Favorites   0 Comments

Color spaces of #d90edc

RGB 21714220
HSL0.830.880.46
HSV299°94°86°
CMYK 0.010.940.00   0.14
XYZ41.690620.233169.4182
Yxy20.23310.31740.1540
Hunter Lab44.981286.7246-60.0137
CIE-Lab52.099786.3672-54.7211

#d90edc color RGB value is (217,14,220).

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

The process color (four color CMYK) of #d90edc color code is 0.01, 0.94, 0.00, 0.14. Web safe color of #d90edc is #cc00cc. Color #d90edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001110 11011100
Octal 331 16 334
Decimal 217 14 220
Hex D9 E DC

RGB Percentages of Color #d90edc

%48.12
%3.10
%48.78

CMYK Percentages of Color #d90edc

%1
%94
%0
%14

Triadic Colors of #d90edc

#d90edc #dcd90e #0edcd9

Analogous Colors of #d90edc

#d90edc #dc0e78 #720edc

Monochromatic Colors of #d90edc

#d90edc

Complementary Color

#d90edc #11dc0e

#d90edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90edc Color CSS Codes

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

#d90edc Text Font Color

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

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


#d90edc Background Color

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

This div background color is #d90edc


#d90edc Border Color

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

This div border color is #d90edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90edc


Comments

No comments written yet.

Please login to write comment.