Color Hex Logo

#d456ec Color Hex

#D456EC
(212,86,236)
0 Favorites   0 Comments

Color spaces of #d456ec

RGB 21286236
HSL0.810.800.63
HSV290°64°93°
CMYK 0.100.640.00   0.07
XYZ45.619526.708882.1078
Yxy26.70880.29540.1729
Hunter Lab51.680667.1247-58.0210
CIE-Lab58.703869.4788-53.2423

#d456ec color RGB value is (212,86,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010110 11101100
Octal 324 126 354
Decimal 212 86 236
Hex D4 56 EC

RGB Percentages of Color #d456ec

%39.70
%16.10
%44.19

CMYK Percentages of Color #d456ec

%10
%64
%0
%7

Triadic Colors of #d456ec

#d456ec #ecd456 #56ecd4

Analogous Colors of #d456ec

#d456ec #ec56b9 #8956ec

Monochromatic Colors of #d456ec

#d456ec

Complementary Color

#d456ec #6eec56

#d456ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d456ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d456ec Color CSS Codes

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

#d456ec Text Font Color

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

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


#d456ec Background Color

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

This div background color is #d456ec


#d456ec Border Color

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

This div border color is #d456ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d456ec


Comments

No comments written yet.

Please login to write comment.