Color Hex Logo

#d614fb Color Hex

#D614FB
(214,20,251)
0 Favorites   0 Comments

Color spaces of #d614fb

RGB 21420251
HSL0.810.970.53
HSV290°92°98°
CMYK 0.150.920.00   0.02
XYZ45.394321.761593.0746
Yxy21.76150.28330.1358
Hunter Lab46.649292.0620-85.6410
CIE-Lab53.773090.0869-69.5122

#d614fb color RGB value is (214,20,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010100 11111011
Octal 326 24 373
Decimal 214 20 251
Hex D6 14 FB

RGB Percentages of Color #d614fb

%44.12
%4.12
%51.75

CMYK Percentages of Color #d614fb

%15
%92
%0
%2

Triadic Colors of #d614fb

#d614fb #fbd614 #14fbd6

Analogous Colors of #d614fb

#d614fb #fb14ad #6314fb

Monochromatic Colors of #d614fb

#d614fb

Complementary Color

#d614fb #39fb14

#d614fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d614fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d614fb Color CSS Codes

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

#d614fb Text Font Color

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

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


#d614fb Background Color

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

This div background color is #d614fb


#d614fb Border Color

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

This div border color is #d614fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d614fb


Comments

No comments written yet.

Please login to write comment.