Color Hex Logo

#d865ef Color Hex

#D865EF
(216,101,239)
0 Favorites   0 Comments

Color spaces of #d865ef

RGB 216101239
HSL0.810.810.67
HSV290°58°94°
CMYK 0.100.580.00   0.06
XYZ48.552630.138384.9196
Yxy30.13830.29680.1842
Hunter Lab54.898461.7949-53.2840
CIE-Lab61.773464.4643-50.0047

#d865ef color RGB value is (216,101,239).

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

The process color (four color CMYK) of #d865ef color hex is 0.10, 0.58, 0.00, 0.06. Web safe color of #d865ef is #cc66ff. Color #d865ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01100101 11101111
Octal 330 145 357
Decimal 216 101 239
Hex D8 65 EF

RGB Percentages of Color #d865ef

%38.85
%18.17
%42.99

CMYK Percentages of Color #d865ef

%10
%58
%0
%6

Triadic Colors of #d865ef

#d865ef #efd865 #65efd8

Analogous Colors of #d865ef

#d865ef #ef65c1 #9365ef

Monochromatic Colors of #d865ef

#d865ef

Complementary Color

#d865ef #7cef65

#d865ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d865ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d865ef Color CSS Codes

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

#d865ef Text Font Color

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

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


#d865ef Background Color

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

This div background color is #d865ef


#d865ef Border Color

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

This div border color is #d865ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d865ef


Comments

No comments written yet.

Please login to write comment.