Color Hex Logo

#d85aff Color Hex

#D85AFF
(216,90,255)
0 Favorites   0 Comments

Color spaces of #d85aff

RGB 21690255
HSL0.791.000.68
HSV286°65°100°
CMYK 0.150.650.00   0.00
XYZ50.025129.131397.5940
Yxy29.13130.28300.1648
Hunter Lab53.973470.9887-69.4260
CIE-Lab60.897372.2408-60.2527

#d85aff color RGB value is (216,90,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01011010 11111111
Octal 330 132 377
Decimal 216 90 255
Hex D8 5A FF

RGB Percentages of Color #d85aff

%38.50
%16.04
%45.45

CMYK Percentages of Color #d85aff

%15
%65
%0
%0

Triadic Colors of #d85aff

#d85aff #ffd85a #5affd8

Analogous Colors of #d85aff

#d85aff #ff5ad4 #865aff

Monochromatic Colors of #d85aff

#d85aff

Complementary Color

#d85aff #81ff5a

#d85aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d85aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d85aff Color CSS Codes

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

#d85aff Text Font Color

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

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


#d85aff Background Color

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

This div background color is #d85aff


#d85aff Border Color

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

This div border color is #d85aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d85aff


Comments

No comments written yet.

Please login to write comment.