Color Hex Logo

#d431ff Color Hex

#D431FF
(212,49,255)
0 Favorites   0 Comments

Color spaces of #d431ff

RGB 21249255
HSL0.801.000.60
HSV287°81°100°
CMYK 0.170.810.00   0.00
XYZ46.299723.413796.6868
Yxy23.41370.27820.1407
Hunter Lab48.387786.1190-84.6000
CIE-Lab55.495985.2420-68.9661

#d431ff color RGB value is (212,49,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110001 11111111
Octal 324 61 377
Decimal 212 49 255
Hex D4 31 FF

RGB Percentages of Color #d431ff

%41.09
%9.50
%49.42

CMYK Percentages of Color #d431ff

%17
%81
%0
%0

Triadic Colors of #d431ff

#d431ff #ffd431 #31ffd4

Analogous Colors of #d431ff

#d431ff #ff31c3 #6d31ff

Monochromatic Colors of #d431ff

#d431ff

Complementary Color

#d431ff #5cff31

#d431ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d431ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d431ff Color CSS Codes

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

#d431ff Text Font Color

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

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


#d431ff Background Color

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

This div background color is #d431ff


#d431ff Border Color

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

This div border color is #d431ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d431ff


Comments

No comments written yet.

Please login to write comment.