Color Hex Logo

#d65dfa Color Hex

#D65DFA
(214,93,250)
0 Favorites   0 Comments

Color spaces of #d65dfa

RGB 21493250
HSL0.800.940.67
HSV286°63°98°
CMYK 0.140.630.00   0.02
XYZ48.901229.027093.4679
Yxy29.02700.28530.1694
Hunter Lab53.876767.7313-65.1454
CIE-Lab60.805569.5907-57.6543

#d65dfa color RGB value is (214,93,250).

#d65dfa hex color red value is 214, green value is 93 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d65dfa hue: 0.80 , saturation: 0.94 and the lightness value of d65dfa is 0.67.

The process color (four color CMYK) of #d65dfa color hex is 0.14, 0.63, 0.00, 0.02. Web safe color of #d65dfa is #cc66ff. Color #d65dfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011101 11111010
Octal 326 135 372
Decimal 214 93 250
Hex D6 5D FA

RGB Percentages of Color #d65dfa

%38.42
%16.70
%44.88

CMYK Percentages of Color #d65dfa

%14
%63
%0
%2

Triadic Colors of #d65dfa

#d65dfa #fad65d #5dfad6

Analogous Colors of #d65dfa

#d65dfa #fa5dd0 #885dfa

Monochromatic Colors of #d65dfa

#d65dfa

Complementary Color

#d65dfa #81fa5d

#d65dfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65dfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65dfa Color CSS Codes

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

#d65dfa Text Font Color

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

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


#d65dfa Background Color

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

This div background color is #d65dfa


#d65dfa Border Color

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

This div border color is #d65dfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65dfa


Comments

No comments written yet.

Please login to write comment.