Color Hex Logo

#d049fc Color Hex

#D049FC
(208,73,252)
0 Favorites   0 Comments

Color spaces of #d049fc

RGB 20873252
HSL0.790.970.64
HSV285°71°99°
CMYK 0.170.710.00   0.01
XYZ45.965725.203394.5375
Yxy25.20330.27740.1521
Hunter Lab50.202975.5793-76.5075
CIE-Lab57.273076.6340-64.4671

#d049fc color RGB value is (208,73,252).

#d049fc hex color red value is 208, green value is 73 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d049fc hue: 0.79 , saturation: 0.97 and the lightness value of d049fc is 0.64.

The process color (four color CMYK) of #d049fc color hex is 0.17, 0.71, 0.00, 0.01. Web safe color of #d049fc is #cc33ff. Color #d049fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001001 11111100
Octal 320 111 374
Decimal 208 73 252
Hex D0 49 FC

RGB Percentages of Color #d049fc

%39.02
%13.70
%47.28

CMYK Percentages of Color #d049fc

%17
%71
%0
%1

Triadic Colors of #d049fc

#d049fc #fcd049 #49fcd0

Analogous Colors of #d049fc

#d049fc #fc49cf #7749fc

Monochromatic Colors of #d049fc

#d049fc

Complementary Color

#d049fc #75fc49

#d049fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d049fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d049fc Color CSS Codes

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

#d049fc Text Font Color

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

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


#d049fc Background Color

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

This div background color is #d049fc


#d049fc Border Color

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

This div border color is #d049fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d049fc


Comments

No comments written yet.

Please login to write comment.