Color Hex Logo

#d931ff Color Hex

#D931FF
(217,49,255)
0 Favorites   0 Comments

Color spaces of #d931ff

RGB 21749255
HSL0.801.000.60
HSV289°81°100°
CMYK 0.150.810.00   0.00
XYZ47.763624.168396.7553
Yxy24.16830.28310.1433
Hunter Lab49.161387.3930-82.2770
CIE-Lab56.255986.0696-67.7012

#d931ff color RGB value is (217,49,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110001 11111111
Octal 331 61 377
Decimal 217 49 255
Hex D9 31 FF

RGB Percentages of Color #d931ff

%41.65
%9.40
%48.94

CMYK Percentages of Color #d931ff

%15
%81
%0
%0

Triadic Colors of #d931ff

#d931ff #ffd931 #31ffd9

Analogous Colors of #d931ff

#d931ff #ff31be #7231ff

Monochromatic Colors of #d931ff

#d931ff

Complementary Color

#d931ff #57ff31

#d931ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d931ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d931ff Color CSS Codes

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

#d931ff Text Font Color

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

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


#d931ff Background Color

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

This div background color is #d931ff


#d931ff Border Color

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

This div border color is #d931ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d931ff

Related Colors


Comments

No comments written yet.

Please login to write comment.