Color Hex Logo

#d994fb Color Hex

#D994FB
(217,148,251)
0 Favorites   0 Comments

Color spaces of #d994fb

RGB 217148251
HSL0.780.930.78
HSV280°41°98°
CMYK 0.140.410.00   0.02
XYZ56.617842.896696.5626
Yxy42.89660.28880.2188
Hunter Lab65.495539.6878-41.5667
CIE-Lab71.484743.6129-41.3169

#d994fb color RGB value is (217,148,251).

#d994fb hex color red value is 217, green value is 148 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d994fb hue: 0.78 , saturation: 0.93 and the lightness value of d994fb is 0.78.

The process color (four color CMYK) of #d994fb color hex is 0.14, 0.41, 0.00, 0.02. Web safe color of #d994fb is #cc99ff. Color #d994fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010100 11111011
Octal 331 224 373
Decimal 217 148 251
Hex D9 94 FB

RGB Percentages of Color #d994fb

%35.23
%24.03
%40.75

CMYK Percentages of Color #d994fb

%14
%41
%0
%2

Triadic Colors of #d994fb

#d994fb #fbd994 #94fbd9

Analogous Colors of #d994fb

#d994fb #fb94ea #a694fb

Monochromatic Colors of #d994fb

#d994fb

Complementary Color

#d994fb #b6fb94

#d994fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d994fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d994fb Color CSS Codes

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

#d994fb Text Font Color

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

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


#d994fb Background Color

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

This div background color is #d994fb


#d994fb Border Color

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

This div border color is #d994fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d994fb


Comments

No comments written yet.

Please login to write comment.