Color Hex Logo

#d865ee Color Hex

#D865EE
(216,101,238)
0 Favorites   0 Comments

Color spaces of #d865ee

RGB 216101238
HSL0.810.800.66
HSV290°58°93°
CMYK 0.090.580.00   0.07
XYZ48.405230.079384.1436
Yxy30.07930.29760.1850
Hunter Lab54.844661.5640-52.5726
CIE-Lab61.722664.2783-49.5297

#d865ee color RGB value is (216,101,238).

#d865ee hex color red value is 216, green value is 101 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d865ee hue: 0.81 , saturation: 0.80 and the lightness value of d865ee is 0.66.

The process color (four color CMYK) of #d865ee color hex is 0.09, 0.58, 0.00, 0.07. Web safe color of #d865ee is #cc66ff. Color #d865ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100101 11101110
Octal 330 145 356
Decimal 216 101 238
Hex D8 65 EE

RGB Percentages of Color #d865ee

%38.92
%18.20
%42.88

CMYK Percentages of Color #d865ee

%9
%58
%0
%7

Triadic Colors of #d865ee

#d865ee #eed865 #65eed8

Analogous Colors of #d865ee

#d865ee #ee65c0 #9465ee

Monochromatic Colors of #d865ee

#d865ee

Complementary Color

#d865ee #7bee65

#d865ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d865ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d865ee Color CSS Codes

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

#d865ee Text Font Color

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

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


#d865ee Background Color

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

This div background color is #d865ee


#d865ee Border Color

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

This div border color is #d865ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,101,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d865ee


Comments

No comments written yet.

Please login to write comment.