Color Hex Logo

#d874fd Color Hex

#D874FD
(216,116,253)
0 Favorites   0 Comments

Color spaces of #d874fd

RGB 216116253
HSL0.790.970.72
HSV284°54°99°
CMYK 0.150.540.00   0.01
XYZ52.293934.181696.7700
Yxy34.18160.28540.1865
Hunter Lab58.465057.3451-57.2099
CIE-Lab65.106560.1110-52.4514

#d874fd color RGB value is (216,116,253).

#d874fd hex color red value is 216, green value is 116 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d874fd hue: 0.79 , saturation: 0.97 and the lightness value of d874fd is 0.72.

The process color (four color CMYK) of #d874fd color hex is 0.15, 0.54, 0.00, 0.01. Web safe color of #d874fd is #cc66ff. Color #d874fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01110100 11111101
Octal 330 164 375
Decimal 216 116 253
Hex D8 74 FD

RGB Percentages of Color #d874fd

%36.92
%19.83
%43.25

CMYK Percentages of Color #d874fd

%15
%54
%0
%1

Triadic Colors of #d874fd

#d874fd #fdd874 #74fdd8

Analogous Colors of #d874fd

#d874fd #fd74de #9474fd

Monochromatic Colors of #d874fd

#d874fd

Complementary Color

#d874fd #99fd74

#d874fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d874fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d874fd Color CSS Codes

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

#d874fd Text Font Color

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

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


#d874fd Background Color

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

This div background color is #d874fd


#d874fd Border Color

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

This div border color is #d874fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d874fd


Comments

No comments written yet.

Please login to write comment.