Color Hex Logo

#d349fa Color Hex

#D349FA
(211,73,250)
0 Favorites   0 Comments

Color spaces of #d349fa

RGB 21173250
HSL0.800.950.63
HSV287°71°98°
CMYK 0.160.710.00   0.02
XYZ46.501825.516192.9167
Yxy25.51610.28190.1547
Hunter Lab50.513575.9254-73.7012
CIE-Lab57.574976.8527-62.8500

#d349fa color RGB value is (211,73,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01001001 11111010
Octal 323 111 372
Decimal 211 73 250
Hex D3 49 FA

RGB Percentages of Color #d349fa

%39.51
%13.67
%46.82

CMYK Percentages of Color #d349fa

%16
%71
%0
%2

Triadic Colors of #d349fa

#d349fa #fad349 #49fad3

Analogous Colors of #d349fa

#d349fa #fa49c9 #7b49fa

Monochromatic Colors of #d349fa

#d349fa

Complementary Color

#d349fa #70fa49

#d349fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d349fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d349fa Color CSS Codes

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

#d349fa Text Font Color

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

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


#d349fa Background Color

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

This div background color is #d349fa


#d349fa Border Color

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

This div border color is #d349fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d349fa


Comments

No comments written yet.

Please login to write comment.