Color Hex Logo

#d84efc Color Hex

#D84EFC
(216,78,252)
0 Favorites   0 Comments

Color spaces of #d84efc

RGB 21678252
HSL0.800.970.65
HSV288°69°99°
CMYK 0.140.690.00   0.01
XYZ48.614027.076094.7594
Yxy27.07600.28520.1589
Hunter Lab52.034675.7054-71.5479
CIE-Lab59.044676.3946-61.5618

#d84efc color RGB value is (216,78,252).

#d84efc hex color red value is 216, green value is 78 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d84efc hue: 0.80 , saturation: 0.97 and the lightness value of d84efc is 0.65.

The process color (four color CMYK) of #d84efc color hex is 0.14, 0.69, 0.00, 0.01. Web safe color of #d84efc is #cc66ff. Color #d84efc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001110 11111100
Octal 330 116 374
Decimal 216 78 252
Hex D8 4E FC

RGB Percentages of Color #d84efc

%39.56
%14.29
%46.15

CMYK Percentages of Color #d84efc

%14
%69
%0
%1

Triadic Colors of #d84efc

#d84efc #fcd84e #4efcd8

Analogous Colors of #d84efc

#d84efc #fc4ec9 #814efc

Monochromatic Colors of #d84efc

#d84efc

Complementary Color

#d84efc #72fc4e

#d84efc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84efc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84efc Color CSS Codes

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

#d84efc Text Font Color

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

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


#d84efc Background Color

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

This div background color is #d84efc


#d84efc Border Color

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

This div border color is #d84efc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84efc


Comments

No comments written yet.

Please login to write comment.