Color Hex Logo

#d451fb Color Hex

#D451FB
(212,81,251)
0 Favorites   0 Comments

Color spaces of #d451fb

RGB 21281251
HSL0.800.960.65
HSV286°68°98°
CMYK 0.160.680.00   0.02
XYZ47.506426.846993.9449
Yxy26.84690.28230.1595
Hunter Lab51.814072.9858-71.2300
CIE-Lab58.832374.2494-61.3790

#d451fb color RGB value is (212,81,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010001 11111011
Octal 324 121 373
Decimal 212 81 251
Hex D4 51 FB

RGB Percentages of Color #d451fb

%38.97
%14.89
%46.14

CMYK Percentages of Color #d451fb

%16
%68
%0
%2

Triadic Colors of #d451fb

#d451fb #fbd451 #51fbd4

Analogous Colors of #d451fb

#d451fb #fb51cd #7f51fb

Monochromatic Colors of #d451fb

#d451fb

Complementary Color

#d451fb #78fb51

#d451fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d451fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d451fb Color CSS Codes

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

#d451fb Text Font Color

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

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


#d451fb Background Color

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

This div background color is #d451fb


#d451fb Border Color

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

This div border color is #d451fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d451fb

Related Colors


Comments

No comments written yet.

Please login to write comment.