Color Hex Logo

#d990fb Color Hex

#D990FB
(217,144,251)
0 Favorites   0 Comments

Color spaces of #d990fb

RGB 217144251
HSL0.780.930.77
HSV281°43°98°
CMYK 0.140.430.00   0.02
XYZ56.001141.663396.3570
Yxy41.66330.28860.2147
Hunter Lab64.547141.9092-43.3261
CIE-Lab70.638245.7289-42.6400

#d990fb color RGB value is (217,144,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010000 11111011
Octal 331 220 373
Decimal 217 144 251
Hex D9 90 FB

RGB Percentages of Color #d990fb

%35.46
%23.53
%41.01

CMYK Percentages of Color #d990fb

%14
%43
%0
%2

Triadic Colors of #d990fb

#d990fb #fbd990 #90fbd9

Analogous Colors of #d990fb

#d990fb #fb90e8 #a490fb

Monochromatic Colors of #d990fb

#d990fb

Complementary Color

#d990fb #b2fb90

#d990fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d990fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d990fb Color CSS Codes

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

#d990fb Text Font Color

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

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


#d990fb Background Color

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

This div background color is #d990fb


#d990fb Border Color

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

This div border color is #d990fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d990fb


Comments

No comments written yet.

Please login to write comment.