Color Hex Logo

#d364fc Color Hex

#D364FC
(211,100,252)
0 Favorites   0 Comments

Color spaces of #d364fc

RGB 211100252
HSL0.790.960.69
HSV284°60°99°
CMYK 0.160.600.00   0.01
XYZ48.991829.991595.3022
Yxy29.99150.28110.1721
Hunter Lab54.764563.8465-64.8424
CIE-Lab61.646966.2111-57.4390

#d364fc color RGB value is (211,100,252).

#d364fc hex color red value is 211, green value is 100 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d364fc hue: 0.79 , saturation: 0.96 and the lightness value of d364fc is 0.69.

The process color (four color CMYK) of #d364fc color hex is 0.16, 0.60, 0.00, 0.01. Web safe color of #d364fc is #cc66ff. Color #d364fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01100100 11111100
Octal 323 144 374
Decimal 211 100 252
Hex D3 64 FC

RGB Percentages of Color #d364fc

%37.48
%17.76
%44.76

CMYK Percentages of Color #d364fc

%16
%60
%0
%1

Triadic Colors of #d364fc

#d364fc #fcd364 #64fcd3

Analogous Colors of #d364fc

#d364fc #fc64d9 #8764fc

Monochromatic Colors of #d364fc

#d364fc

Complementary Color

#d364fc #8dfc64

#d364fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d364fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d364fc Color CSS Codes

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

#d364fc Text Font Color

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

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


#d364fc Background Color

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

This div background color is #d364fc


#d364fc Border Color

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

This div border color is #d364fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d364fc


Comments

No comments written yet.

Please login to write comment.