Color Hex Logo

#d840ef Color Hex

#D840EF
(216,64,239)
0 Favorites   0 Comments

Color spaces of #d840ef

RGB 21664239
HSL0.810.850.59
HSV292°73°94°
CMYK 0.100.730.00   0.06
XYZ45.732324.497783.9795
Yxy24.49770.29660.1589
Hunter Lab49.495278.3131-65.9520
CIE-Lab56.582778.9440-58.2722

#d840ef color RGB value is (216,64,239).

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

The process color (four color CMYK) of #d840ef color hex is 0.10, 0.73, 0.00, 0.06. Web safe color of #d840ef is #cc33ff. Color #d840ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000000 11101111
Octal 330 100 357
Decimal 216 64 239
Hex D8 40 EF

RGB Percentages of Color #d840ef

%41.62
%12.33
%46.05

CMYK Percentages of Color #d840ef

%10
%73
%0
%6

Triadic Colors of #d840ef

#d840ef #efd840 #40efd8

Analogous Colors of #d840ef

#d840ef #ef40af #8140ef

Monochromatic Colors of #d840ef

#d840ef

Complementary Color

#d840ef #57ef40

#d840ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d840ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d840ef Color CSS Codes

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

#d840ef Text Font Color

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

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


#d840ef Background Color

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

This div background color is #d840ef


#d840ef Border Color

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

This div border color is #d840ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d840ef


Comments

No comments written yet.

Please login to write comment.