Color Hex Logo

#d836fc Color Hex

#D836FC
(216,54,252)
0 Favorites   0 Comments

Color spaces of #d836fc

RGB 21654252
HSL0.800.970.60
HSV289°79°99°
CMYK 0.140.790.00   0.01
XYZ47.208824.265594.2910
Yxy24.26550.28480.1464
Hunter Lab49.260084.8621-79.0078
CIE-Lab56.352684.1075-65.8879

#d836fc color RGB value is (216,54,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00110110 11111100
Octal 330 66 374
Decimal 216 54 252
Hex D8 36 FC

RGB Percentages of Color #d836fc

%41.38
%10.34
%48.28

CMYK Percentages of Color #d836fc

%14
%79
%0
%1

Triadic Colors of #d836fc

#d836fc #fcd836 #36fcd8

Analogous Colors of #d836fc

#d836fc #fc36bd #7536fc

Monochromatic Colors of #d836fc

#d836fc

Complementary Color

#d836fc #5afc36

#d836fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d836fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d836fc Color CSS Codes

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

#d836fc Text Font Color

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

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


#d836fc Background Color

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

This div background color is #d836fc


#d836fc Border Color

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

This div border color is #d836fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d836fc


Comments

No comments written yet.

Please login to write comment.