Color Hex Logo

#d841fd Color Hex

#D841FD
(216,65,253)
0 Favorites   0 Comments

Color spaces of #d841fd

RGB 21665253
HSL0.800.980.62
HSV288°74°99°
CMYK 0.150.740.00   0.01
XYZ47.938825.471495.3183
Yxy25.47140.28410.1510
Hunter Lab50.469281.2294-76.6492
CIE-Lab57.531981.0552-64.5446

#d841fd color RGB value is (216,65,253).

#d841fd hex color red value is 216, green value is 65 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d841fd hue: 0.80 , saturation: 0.98 and the lightness value of d841fd is 0.62.

The process color (four color CMYK) of #d841fd color hex is 0.15, 0.74, 0.00, 0.01. Web safe color of #d841fd is #cc33ff. Color #d841fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000001 11111101
Octal 330 101 375
Decimal 216 65 253
Hex D8 41 FD

RGB Percentages of Color #d841fd

%40.45
%12.17
%47.38

CMYK Percentages of Color #d841fd

%15
%74
%0
%1

Triadic Colors of #d841fd

#d841fd #fdd841 #41fdd8

Analogous Colors of #d841fd

#d841fd #fd41c4 #7a41fd

Monochromatic Colors of #d841fd

#d841fd

Complementary Color

#d841fd #66fd41

#d841fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d841fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d841fd Color CSS Codes

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

#d841fd Text Font Color

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

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


#d841fd Background Color

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

This div background color is #d841fd


#d841fd Border Color

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

This div border color is #d841fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d841fd

Related Colors


Comments

No comments written yet.

Please login to write comment.