Color Hex Logo

#d491fb Color Hex

#D491FB
(212,145,251)
0 Favorites   0 Comments

Color spaces of #d491fb

RGB 212145251
HSL0.770.930.78
HSV278°42°98°
CMYK 0.160.420.00   0.02
XYZ54.689441.212996.3392
Yxy41.21290.28450.2144
Hunter Lab64.197339.7182-44.0369
CIE-Lab70.324843.7809-43.1684

#d491fb color RGB value is (212,145,251).

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

The process color (four color CMYK) of #d491fb color hex is 0.16, 0.42, 0.00, 0.02. Web safe color of #d491fb is #cc99ff. Color #d491fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010001 11111011
Octal 324 221 373
Decimal 212 145 251
Hex D4 91 FB

RGB Percentages of Color #d491fb

%34.87
%23.85
%41.28

CMYK Percentages of Color #d491fb

%16
%42
%0
%2

Triadic Colors of #d491fb

#d491fb #fbd491 #91fbd4

Analogous Colors of #d491fb

#d491fb #fb91ed #9f91fb

Monochromatic Colors of #d491fb

#d491fb

Complementary Color

#d491fb #b8fb91

#d491fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d491fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d491fb Color CSS Codes

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

#d491fb Text Font Color

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

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


#d491fb Background Color

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

This div background color is #d491fb


#d491fb Border Color

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

This div border color is #d491fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d491fb


Comments

No comments written yet.

Please login to write comment.