color codes Logo

#d90ffd color codes

#D90FFD
(217,15,253)
0 Favorites   0 Comments

Color spaces of #d90ffd

RGB 21715253
HSL0.810.980.53
HSV291°94°99°
CMYK 0.140.940.00   0.01
XYZ46.515722.185294.7590
Yxy22.18520.28460.1357
Hunter Lab47.101293.8542-86.3099
CIE-Lab54.223091.3398-69.8747

#d90ffd color RGB value is (217,15,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001111 11111101
Octal 331 17 375
Decimal 217 15 253
Hex D9 F FD

RGB Percentages of Color #d90ffd

%44.74
%3.09
%52.16

CMYK Percentages of Color #d90ffd

%14
%94
%0
%1

Triadic Colors of #d90ffd

#d90ffd #fdd90f #0ffdd9

Analogous Colors of #d90ffd

#d90ffd #fd0faa #620ffd

Monochromatic Colors of #d90ffd

#d90ffd

Complementary Color

#d90ffd #33fd0f

#d90ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90ffd Color CSS Codes

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

#d90ffd Text Font Color

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

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


#d90ffd Background Color

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

This div background color is #d90ffd


#d90ffd Border Color

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

This div border color is #d90ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90ffd


Comments

No comments written yet.

Please login to write comment.