Color Hex Logo

#d843fd Color Hex

#D843FD
(216,67,253)
0 Favorites   0 Comments

Color spaces of #d843fd

RGB 21667253
HSL0.800.980.63
HSV288°74°99°
CMYK 0.150.740.00   0.01
XYZ48.055725.705195.3573
Yxy25.70510.28420.1520
Hunter Lab50.700280.4642-76.0229
CIE-Lab57.756180.4121-64.1841

#d843fd color RGB value is (216,67,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000011 11111101
Octal 330 103 375
Decimal 216 67 253
Hex D8 43 FD

RGB Percentages of Color #d843fd

%40.30
%12.50
%47.20

CMYK Percentages of Color #d843fd

%15
%74
%0
%1

Triadic Colors of #d843fd

#d843fd #fdd843 #43fdd8

Analogous Colors of #d843fd

#d843fd #fd43c5 #7b43fd

Monochromatic Colors of #d843fd

#d843fd

Complementary Color

#d843fd #68fd43

#d843fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d843fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d843fd Color CSS Codes

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

#d843fd Text Font Color

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

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


#d843fd Background Color

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

This div background color is #d843fd


#d843fd Border Color

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

This div border color is #d843fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d843fd

Related Colors


Comments

No comments written yet.

Please login to write comment.