Color Hex Logo

#d65ffa Color Hex

#D65FFA
(214,95,250)
0 Favorites   0 Comments

Color spaces of #d65ffa

RGB 21495250
HSL0.790.940.68
HSV286°62°98°
CMYK 0.140.620.00   0.02
XYZ49.079129.382793.5272
Yxy29.38270.28540.1708
Hunter Lab54.205866.7575-64.3554
CIE-Lab61.117968.7292-57.1558

#d65ffa color RGB value is (214,95,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011111 11111010
Octal 326 137 372
Decimal 214 95 250
Hex D6 5F FA

RGB Percentages of Color #d65ffa

%38.28
%16.99
%44.72

CMYK Percentages of Color #d65ffa

%14
%62
%0
%2

Triadic Colors of #d65ffa

#d65ffa #fad65f #5ffad6

Analogous Colors of #d65ffa

#d65ffa #fa5fd1 #895ffa

Monochromatic Colors of #d65ffa

#d65ffa

Complementary Color

#d65ffa #83fa5f

#d65ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65ffa Color CSS Codes

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

#d65ffa Text Font Color

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

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


#d65ffa Background Color

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

This div background color is #d65ffa


#d65ffa Border Color

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

This div border color is #d65ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65ffa


Comments

No comments written yet.

Please login to write comment.