Color Hex Logo

#d431fb Color Hex

#D431FB
(212,49,251)
0 Favorites   0 Comments

Color spaces of #d431fb

RGB 21249251
HSL0.800.960.59
HSV288°80°98°
CMYK 0.160.800.00   0.02
XYZ45.662323.158793.3302
Yxy23.15870.28160.1428
Hunter Lab48.123585.1548-81.3000
CIE-Lab55.235484.5511-67.1644

#d431fb color RGB value is (212,49,251).

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

The process color (four color CMYK) of #d431fb color hex is 0.16, 0.80, 0.00, 0.02. Web safe color of #d431fb is #cc33ff. Color #d431fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00110001 11111011
Octal 324 61 373
Decimal 212 49 251
Hex D4 31 FB

RGB Percentages of Color #d431fb

%41.41
%9.57
%49.02

CMYK Percentages of Color #d431fb

%16
%80
%0
%2

Triadic Colors of #d431fb

#d431fb #fbd431 #31fbd4

Analogous Colors of #d431fb

#d431fb #fb31bd #6f31fb

Monochromatic Colors of #d431fb

#d431fb

Complementary Color

#d431fb #58fb31

#d431fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d431fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d431fb Color CSS Codes

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

#d431fb Text Font Color

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

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


#d431fb Background Color

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

This div background color is #d431fb


#d431fb Border Color

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

This div border color is #d431fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,49,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d431fb


Comments

No comments written yet.

Please login to write comment.