Color Hex Logo

#d865ff Color Hex

#D865FF
(216,101,255)
0 Favorites   0 Comments

Color spaces of #d865ff

RGB 216101255
HSL0.791.000.70
HSV285°60°100°
CMYK 0.150.600.00   0.00
XYZ51.022631.126397.9265
Yxy31.12630.28330.1729
Hunter Lab55.790965.6098-65.0145
CIE-Lab62.614167.5065-57.5115

#d865ff color RGB value is (216,101,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100101 11111111
Octal 330 145 377
Decimal 216 101 255
Hex D8 65 FF

RGB Percentages of Color #d865ff

%37.76
%17.66
%44.58

CMYK Percentages of Color #d865ff

%15
%60
%0
%0

Triadic Colors of #d865ff

#d865ff #ffd865 #65ffd8

Analogous Colors of #d865ff

#d865ff #ff65d9 #8b65ff

Monochromatic Colors of #d865ff

#d865ff

Complementary Color

#d865ff #8cff65

#d865ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d865ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d865ff Color CSS Codes

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

#d865ff Text Font Color

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

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


#d865ff Background Color

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

This div background color is #d865ff


#d865ff Border Color

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

This div border color is #d865ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d865ff


Comments

No comments written yet.

Please login to write comment.