Color Hex Logo

#d90cec Color Hex

#D90CEC
(217,12,236)
0 Favorites   0 Comments

Color spaces of #d90cec

RGB 21712236
HSL0.820.900.49
HSV295°95°93°
CMYK 0.080.950.00   0.07
XYZ43.887121.070881.1108
Yxy21.07080.30050.1443
Hunter Lab45.902990.3310-72.6338
CIE-Lab53.026988.9288-62.2902

#d90cec color RGB value is (217,12,236).

#d90cec hex color red value is 217, green value is 12 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d90cec hue: 0.82 , saturation: 0.90 and the lightness value of d90cec is 0.49.

The process color (four color CMYK) of #d90cec color hex is 0.08, 0.95, 0.00, 0.07. Web safe color of #d90cec is #cc00ff. Color #d90cec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001100 11101100
Octal 331 14 354
Decimal 217 12 236
Hex D9 C EC

RGB Percentages of Color #d90cec

%46.67
%2.58
%50.75

CMYK Percentages of Color #d90cec

%8
%95
%0
%7

Triadic Colors of #d90cec

#d90cec #ecd90c #0cecd9

Analogous Colors of #d90cec

#d90cec #ec0c8f #690cec

Monochromatic Colors of #d90cec

#d90cec

Complementary Color

#d90cec #1fec0c

#d90cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90cec Color CSS Codes

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

#d90cec Text Font Color

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

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


#d90cec Background Color

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

This div background color is #d90cec


#d90cec Border Color

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

This div border color is #d90cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90cec


Comments

No comments written yet.

Please login to write comment.