Color Hex Logo

#d914fb Color Hex

#D914FB
(217,20,251)
0 Favorites   0 Comments

Color spaces of #d914fb

RGB 21720251
HSL0.810.970.53
HSV291°92°98°
CMYK 0.140.920.00   0.02
XYZ46.278022.217193.1160
Yxy22.21710.28640.1375
Hunter Lab47.135092.7682-84.1339
CIE-Lab54.256690.5225-68.7066

#d914fb color RGB value is (217,20,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00010100 11111011
Octal 331 24 373
Decimal 217 20 251
Hex D9 14 FB

RGB Percentages of Color #d914fb

%44.47
%4.10
%51.43

CMYK Percentages of Color #d914fb

%14
%92
%0
%2

Triadic Colors of #d914fb

#d914fb #fbd914 #14fbd9

Analogous Colors of #d914fb

#d914fb #fb14aa #6614fb

Monochromatic Colors of #d914fb

#d914fb

Complementary Color

#d914fb #36fb14

#d914fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d914fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d914fb Color CSS Codes

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

#d914fb Text Font Color

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

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


#d914fb Background Color

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

This div background color is #d914fb


#d914fb Border Color

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

This div border color is #d914fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d914fb


Comments

No comments written yet.

Please login to write comment.