Color Hex Logo

#d314fb Color Hex

#D314FB
(211,20,251)
0 Favorites   0 Comments

Color spaces of #d314fb

RGB 21120251
HSL0.800.970.53
HSV290°92°98°
CMYK 0.160.920.00   0.02
XYZ44.526721.314293.0340
Yxy21.31420.28030.1342
Hunter Lab46.167391.3640-87.1611
CIE-Lab53.291789.6558-70.3146

#d314fb color RGB value is (211,20,251).

#d314fb hex color red value is 211, green value is 20 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d314fb hue: 0.80 , saturation: 0.97 and the lightness value of d314fb is 0.53.

The process color (four color CMYK) of #d314fb color hex is 0.16, 0.92, 0.00, 0.02. Web safe color of #d314fb is #cc00ff. Color #d314fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00010100 11111011
Octal 323 24 373
Decimal 211 20 251
Hex D3 14 FB

RGB Percentages of Color #d314fb

%43.78
%4.15
%52.07

CMYK Percentages of Color #d314fb

%16
%92
%0
%2

Triadic Colors of #d314fb

#d314fb #fbd314 #14fbd3

Analogous Colors of #d314fb

#d314fb #fb14b0 #6014fb

Monochromatic Colors of #d314fb

#d314fb

Complementary Color

#d314fb #3cfb14

#d314fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d314fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d314fb Color CSS Codes

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

#d314fb Text Font Color

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

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


#d314fb Background Color

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

This div background color is #d314fb


#d314fb Border Color

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

This div border color is #d314fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d314fb

Related Colors


Comments

No comments written yet.

Please login to write comment.