Color Hex Logo

#d84afc Color Hex

#D84AFC
(216,74,252)
0 Favorites   0 Comments

Color spaces of #d84afc

RGB 21674252
HSL0.800.970.64
HSV288°71°99°
CMYK 0.140.710.00   0.01
XYZ48.338426.524894.6675
Yxy26.52480.28510.1565
Hunter Lab51.502277.4057-72.9308
CIE-Lab58.531977.8477-62.3840

#d84afc color RGB value is (216,74,252).

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

The process color (four color CMYK) of #d84afc color hex is 0.14, 0.71, 0.00, 0.01. Web safe color of #d84afc is #cc33ff. Color #d84afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001010 11111100
Octal 330 112 374
Decimal 216 74 252
Hex D8 4A FC

RGB Percentages of Color #d84afc

%39.85
%13.65
%46.49

CMYK Percentages of Color #d84afc

%14
%71
%0
%1

Triadic Colors of #d84afc

#d84afc #fcd84a #4afcd8

Analogous Colors of #d84afc

#d84afc #fc4ac7 #7f4afc

Monochromatic Colors of #d84afc

#d84afc

Complementary Color

#d84afc #6efc4a

#d84afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d84afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d84afc Color CSS Codes

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

#d84afc Text Font Color

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

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


#d84afc Background Color

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

This div background color is #d84afc


#d84afc Border Color

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

This div border color is #d84afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d84afc


Comments

No comments written yet.

Please login to write comment.