Color Hex Logo

#d839fc Color Hex

#D839FC
(216,57,252)
0 Favorites   0 Comments

Color spaces of #d839fc

RGB 21657252
HSL0.800.970.61
HSV289°77°99°
CMYK 0.140.770.00   0.01
XYZ47.352724.553594.3390
Yxy24.55350.28480.1477
Hunter Lab49.551583.8642-78.1937
CIE-Lab56.637883.2805-65.4287

#d839fc color RGB value is (216,57,252).

#d839fc hex color red value is 216, green value is 57 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d839fc hue: 0.80 , saturation: 0.97 and the lightness value of d839fc is 0.61.

The process color (four color CMYK) of #d839fc color hex is 0.14, 0.77, 0.00, 0.01. Web safe color of #d839fc is #cc33ff. Color #d839fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00111001 11111100
Octal 330 71 374
Decimal 216 57 252
Hex D8 39 FC

RGB Percentages of Color #d839fc

%41.14
%10.86
%48.00

CMYK Percentages of Color #d839fc

%14
%77
%0
%1

Triadic Colors of #d839fc

#d839fc #fcd839 #39fcd8

Analogous Colors of #d839fc

#d839fc #fc39bf #7739fc

Monochromatic Colors of #d839fc

#d839fc

Complementary Color

#d839fc #5dfc39

#d839fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d839fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d839fc Color CSS Codes

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

#d839fc Text Font Color

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

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


#d839fc Background Color

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

This div background color is #d839fc


#d839fc Border Color

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

This div border color is #d839fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d839fc

Related Colors


Comments

No comments written yet.

Please login to write comment.