Color Hex Logo

#d356ec Color Hex

#D356EC
(211,86,236)
0 Favorites   0 Comments

Color spaces of #d356ec

RGB 21186236
HSL0.810.800.63
HSV290°64°93°
CMYK 0.110.640.00   0.07
XYZ45.332126.560682.0943
Yxy26.56060.29440.1725
Hunter Lab51.537066.8195-58.3684
CIE-Lab58.565469.2516-53.4709

#d356ec color RGB value is (211,86,236).

#d356ec hex color red value is 211, green value is 86 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d356ec hue: 0.81 , saturation: 0.80 and the lightness value of d356ec is 0.63.

The process color (four color CMYK) of #d356ec color hex is 0.11, 0.64, 0.00, 0.07. Web safe color of #d356ec is #cc66ff. Color #d356ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01010110 11101100
Octal 323 126 354
Decimal 211 86 236
Hex D3 56 EC

RGB Percentages of Color #d356ec

%39.59
%16.14
%44.28

CMYK Percentages of Color #d356ec

%11
%64
%0
%7

Triadic Colors of #d356ec

#d356ec #ecd356 #56ecd3

Analogous Colors of #d356ec

#d356ec #ec56ba #8856ec

Monochromatic Colors of #d356ec

#d356ec

Complementary Color

#d356ec #6fec56

#d356ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d356ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d356ec Color CSS Codes

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

#d356ec Text Font Color

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

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


#d356ec Background Color

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

This div background color is #d356ec


#d356ec Border Color

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

This div border color is #d356ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,86,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d356ec


Comments

No comments written yet.

Please login to write comment.