Color Hex Logo

#d940fe Color Hex

#D940FE
(217,64,254)
0 Favorites   0 Comments

Color spaces of #d940fe

RGB 21764254
HSL0.800.990.62
HSV288°75°100°
CMYK 0.150.750.00   0.00
XYZ48.338125.574396.1546
Yxy25.57430.28420.1504
Hunter Lab50.571082.1191-77.3329
CIE-Lab57.630881.7310-64.9320

#d940fe color RGB value is (217,64,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000000 11111110
Octal 331 100 376
Decimal 217 64 254
Hex D9 40 FE

RGB Percentages of Color #d940fe

%40.56
%11.96
%47.48

CMYK Percentages of Color #d940fe

%15
%75
%0
%0

Triadic Colors of #d940fe

#d940fe #fed940 #40fed9

Analogous Colors of #d940fe

#d940fe #fe40c4 #7a40fe

Monochromatic Colors of #d940fe

#d940fe

Complementary Color

#d940fe #65fe40

#d940fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d940fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d940fe Color CSS Codes

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

#d940fe Text Font Color

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

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


#d940fe Background Color

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

This div background color is #d940fe


#d940fe Border Color

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

This div border color is #d940fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d940fe


Comments

No comments written yet.

Please login to write comment.