Color Hex Logo

#d61dfe Color Hex

#D61DFE
(214,29,254)
0 Favorites   0 Comments

Color spaces of #d61dfe

RGB 21429254
HSL0.800.990.55
HSV289°89°100°
CMYK 0.160.890.00   0.00
XYZ46.060322.330695.6485
Yxy22.33060.28080.1361
Hunter Lab47.255391.2895-86.9291
CIE-Lab54.376089.3899-70.2064

#d61dfe color RGB value is (214,29,254).

#d61dfe hex color red value is 214, green value is 29 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #d61dfe hue: 0.80 , saturation: 0.99 and the lightness value of d61dfe is 0.55.

The process color (four color CMYK) of #d61dfe color hex is 0.16, 0.89, 0.00, 0.00. Web safe color of #d61dfe is #cc33ff. Color #d61dfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00011101 11111110
Octal 326 35 376
Decimal 214 29 254
Hex D6 1D FE

RGB Percentages of Color #d61dfe

%43.06
%5.84
%51.11

CMYK Percentages of Color #d61dfe

%16
%89
%0
%0

Triadic Colors of #d61dfe

#d61dfe #fed61d #1dfed6

Analogous Colors of #d61dfe

#d61dfe #fe1db6 #661dfe

Monochromatic Colors of #d61dfe

#d61dfe

Complementary Color

#d61dfe #45fe1d

#d61dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d61dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d61dfe Color CSS Codes

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

#d61dfe Text Font Color

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

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


#d61dfe Background Color

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

This div background color is #d61dfe


#d61dfe Border Color

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

This div border color is #d61dfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,29,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d61dfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d61dfe;
  -webkit-box-shadow: 1px 1px 3px 2px #d61dfe;
  box-shadow:         1px 1px 3px 2px #d61dfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,29,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d61dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.