Color Hex Logo

#d149f9 Color Hex

#D149F9
(209,73,249)
0 Favorites   0 Comments

Color spaces of #d149f9

RGB 20973249
HSL0.800.940.63
HSV286°71°98°
CMYK 0.160.710.00   0.02
XYZ45.775925.159992.0662
Yxy25.15990.28080.1544
Hunter Lab50.159675.1205-73.7129
CIE-Lab57.230976.2745-62.8624

#d149f9 color RGB value is (209,73,249).

#d149f9 hex color red value is 209, green value is 73 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #d149f9 hue: 0.80 , saturation: 0.94 and the lightness value of d149f9 is 0.63.

The process color (four color CMYK) of #d149f9 color hex is 0.16, 0.71, 0.00, 0.02. Web safe color of #d149f9 is #cc33ff. Color #d149f9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001001 11111001
Octal 321 111 371
Decimal 209 73 249
Hex D1 49 F9

RGB Percentages of Color #d149f9

%39.36
%13.75
%46.89

CMYK Percentages of Color #d149f9

%16
%71
%0
%2

Triadic Colors of #d149f9

#d149f9 #f9d149 #49f9d1

Analogous Colors of #d149f9

#d149f9 #f949c9 #7949f9

Monochromatic Colors of #d149f9

#d149f9

Complementary Color

#d149f9 #71f949

#d149f9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d149f9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d149f9 Color CSS Codes

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

#d149f9 Text Font Color

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

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


#d149f9 Background Color

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

This div background color is #d149f9


#d149f9 Border Color

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

This div border color is #d149f9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(209,73,249, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d149f9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d149f9;
  -webkit-box-shadow: 1px 1px 3px 2px #d149f9;
  box-shadow:         1px 1px 3px 2px #d149f9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,73,249, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d149f9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d149f9


Comments

No comments written yet.

Please login to write comment.