Color Hex Logo

#d94dfe Color Hex

#D94DFE
(217,77,254)
0 Favorites   0 Comments

Color spaces of #d94dfe

RGB 21777254
HSL0.800.990.65
HSV287°70°100°
CMYK 0.150.700.00   0.00
XYZ49.158527.215296.4281
Yxy27.21520.28450.1575
Hunter Lab52.168276.9076-73.0744
CIE-Lab59.173077.3286-62.4547

#d94dfe color RGB value is (217,77,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01001101 11111110
Octal 331 115 376
Decimal 217 77 254
Hex D9 4D FE

RGB Percentages of Color #d94dfe

%39.60
%14.05
%46.35

CMYK Percentages of Color #d94dfe

%15
%70
%0
%0

Triadic Colors of #d94dfe

#d94dfe #fed94d #4dfed9

Analogous Colors of #d94dfe

#d94dfe #fe4dcb #814dfe

Monochromatic Colors of #d94dfe

#d94dfe

Complementary Color

#d94dfe #72fe4d

#d94dfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d94dfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d94dfe Color CSS Codes

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

#d94dfe Text Font Color

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

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


#d94dfe Background Color

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

This div background color is #d94dfe


#d94dfe Border Color

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

This div border color is #d94dfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d94dfe

Related Colors


Comments

No comments written yet.

Please login to write comment.