Color Hex Logo

#d90dfa Color Hex

#D90DFA
(217,13,250)
0 Favorites   0 Comments

Color spaces of #d90dfa

RGB 21713250
HSL0.810.960.52
HSV292°95°98°
CMYK 0.130.950.00   0.02
XYZ46.014521.941792.2524
Yxy21.94170.28720.1370
Hunter Lab46.842093.3733-83.9787
CIE-Lab53.965191.0310-68.6205

#d90dfa color RGB value is (217,13,250).

#d90dfa hex color red value is 217, green value is 13 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d90dfa hue: 0.81 , saturation: 0.96 and the lightness value of d90dfa is 0.52.

The process color (four color CMYK) of #d90dfa color hex is 0.13, 0.95, 0.00, 0.02. Web safe color of #d90dfa is #cc00ff. Color #d90dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001101 11111010
Octal 331 15 372
Decimal 217 13 250
Hex D9 D FA

RGB Percentages of Color #d90dfa

%45.21
%2.71
%52.08

CMYK Percentages of Color #d90dfa

%13
%95
%0
%2

Triadic Colors of #d90dfa

#d90dfa #fad90d #0dfad9

Analogous Colors of #d90dfa

#d90dfa #fa0da5 #630dfa

Monochromatic Colors of #d90dfa

#d90dfa

Complementary Color

#d90dfa #2efa0d

#d90dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90dfa Color CSS Codes

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

#d90dfa Text Font Color

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

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


#d90dfa Background Color

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

This div background color is #d90dfa


#d90dfa Border Color

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

This div border color is #d90dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90dfa


Comments

No comments written yet.

Please login to write comment.