Color Hex Logo

#d95aff Color Hex

#D95AFF
(217,90,255)
0 Favorites   0 Comments

Color spaces of #d95aff

RGB 21790255
HSL0.791.000.68
HSV286°65°100°
CMYK 0.150.650.00   0.00
XYZ50.321429.284097.6079
Yxy29.28400.28400.1652
Hunter Lab54.114771.2869-69.0624
CIE-Lab61.031572.4581-60.0306

#d95aff color RGB value is (217,90,255).

#d95aff hex color red value is 217, green value is 90 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d95aff hue: 0.79 , saturation: 1.00 and the lightness value of d95aff is 0.68.

The process color (four color CMYK) of #d95aff color hex is 0.15, 0.65, 0.00, 0.00. Web safe color of #d95aff is #cc66ff. Color #d95aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011010 11111111
Octal 331 132 377
Decimal 217 90 255
Hex D9 5A FF

RGB Percentages of Color #d95aff

%38.61
%16.01
%45.37

CMYK Percentages of Color #d95aff

%15
%65
%0
%0

Triadic Colors of #d95aff

#d95aff #ffd95a #5affd9

Analogous Colors of #d95aff

#d95aff #ff5ad3 #875aff

Monochromatic Colors of #d95aff

#d95aff

Complementary Color

#d95aff #80ff5a

#d95aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d95aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d95aff Color CSS Codes

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

#d95aff Text Font Color

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

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


#d95aff Background Color

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

This div background color is #d95aff


#d95aff Border Color

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

This div border color is #d95aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d95aff

Related Colors


Comments

No comments written yet.

Please login to write comment.