Color Hex Logo

#d456ee Color Hex

#D456EE
(212,86,238)
0 Favorites   0 Comments

Color spaces of #d456ee

RGB 21286238
HSL0.800.820.64
HSV290°64°93°
CMYK 0.110.640.00   0.07
XYZ45.911826.825783.6470
Yxy26.82570.29360.1715
Hunter Lab51.793567.5907-59.4984
CIE-Lab58.812669.8440-54.1851

#d456ee color RGB value is (212,86,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01010110 11101110
Octal 324 126 356
Decimal 212 86 238
Hex D4 56 EE

RGB Percentages of Color #d456ee

%39.55
%16.04
%44.40

CMYK Percentages of Color #d456ee

%11
%64
%0
%7

Triadic Colors of #d456ee

#d456ee #eed456 #56eed4

Analogous Colors of #d456ee

#d456ee #ee56bc #8856ee

Monochromatic Colors of #d456ee

#d456ee

Complementary Color

#d456ee #70ee56

#d456ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d456ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d456ee Color CSS Codes

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

#d456ee Text Font Color

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

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


#d456ee Background Color

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

This div background color is #d456ee


#d456ee Border Color

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

This div border color is #d456ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d456ee


Comments

No comments written yet.

Please login to write comment.