Color Hex Logo

#d90ff6 Color Hex

#D90FF6
(217,15,246)
0 Favorites   0 Comments

Color spaces of #d90ff6

RGB 21715246
HSL0.810.930.51
HSV292°94°96°
CMYK 0.120.940.00   0.04
XYZ45.420621.747288.9925
Yxy21.74720.29090.1393
Hunter Lab46.633992.2466-80.5007
CIE-Lab53.757790.2283-66.7221

#d90ff6 color RGB value is (217,15,246).

#d90ff6 hex color red value is 217, green value is 15 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #d90ff6 hue: 0.81 , saturation: 0.93 and the lightness value of d90ff6 is 0.51.

The process color (four color CMYK) of #d90ff6 color hex is 0.12, 0.94, 0.00, 0.04. Web safe color of #d90ff6 is #cc00ff. Color #d90ff6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001111 11110110
Octal 331 17 366
Decimal 217 15 246
Hex D9 F F6

RGB Percentages of Color #d90ff6

%45.40
%3.14
%51.46

CMYK Percentages of Color #d90ff6

%12
%94
%0
%4

Triadic Colors of #d90ff6

#d90ff6 #f6d90f #0ff6d9

Analogous Colors of #d90ff6

#d90ff6 #f60fa0 #660ff6

Monochromatic Colors of #d90ff6

#d90ff6

Complementary Color

#d90ff6 #2cf60f

#d90ff6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90ff6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90ff6 Color CSS Codes

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

#d90ff6 Text Font Color

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

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


#d90ff6 Background Color

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

This div background color is #d90ff6


#d90ff6 Border Color

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

This div border color is #d90ff6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90ff6


Comments

No comments written yet.

Please login to write comment.