Color Hex Logo

#d356fc Color Hex

#D356FC
(211,86,252)
0 Favorites   0 Comments

Color spaces of #d356fc

RGB 21186252
HSL0.790.970.66
HSV285°66°99°
CMYK 0.160.660.00   0.01
XYZ47.762427.532794.8925
Yxy27.53270.28060.1618
Hunter Lab52.471670.6547-70.4931
CIE-Lab59.464272.2375-60.9277

#d356fc color RGB value is (211,86,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010110 11111100
Octal 323 126 374
Decimal 211 86 252
Hex D3 56 FC

RGB Percentages of Color #d356fc

%38.43
%15.66
%45.90

CMYK Percentages of Color #d356fc

%16
%66
%0
%1

Triadic Colors of #d356fc

#d356fc #fcd356 #56fcd3

Analogous Colors of #d356fc

#d356fc #fc56d2 #8056fc

Monochromatic Colors of #d356fc

#d356fc

Complementary Color

#d356fc #7ffc56

#d356fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d356fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d356fc Color CSS Codes

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

#d356fc Text Font Color

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

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


#d356fc Background Color

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

This div background color is #d356fc


#d356fc Border Color

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

This div border color is #d356fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d356fc

Related Colors


Comments

No comments written yet.

Please login to write comment.