Color Hex Logo

#d951ff Color Hex

#D951FF
(217,81,255)
0 Favorites   0 Comments

Color spaces of #d951ff

RGB 21781255
HSL0.801.000.66
HSV287°68°100°
CMYK 0.150.680.00   0.00
XYZ49.607727.856697.3700
Yxy27.85660.28370.1593
Hunter Lab52.779475.4096-72.4356
CIE-Lab59.759076.0217-62.0678

#d951ff color RGB value is (217,81,255).

#d951ff hex color red value is 217, green value is 81 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d951ff hue: 0.80 , saturation: 1.00 and the lightness value of d951ff is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010001 11111111
Octal 331 121 377
Decimal 217 81 255
Hex D9 51 FF

RGB Percentages of Color #d951ff

%39.24
%14.65
%46.11

CMYK Percentages of Color #d951ff

%15
%68
%0
%0

Triadic Colors of #d951ff

#d951ff #ffd951 #51ffd9

Analogous Colors of #d951ff

#d951ff #ff51ce #8251ff

Monochromatic Colors of #d951ff

#d951ff

Complementary Color

#d951ff #77ff51

#d951ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d951ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d951ff Color CSS Codes

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

#d951ff Text Font Color

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

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


#d951ff Background Color

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

This div background color is #d951ff


#d951ff Border Color

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

This div border color is #d951ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,81,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d951ff


Comments

No comments written yet.

Please login to write comment.