Color Hex Logo

#d468eb Color Hex

#D468EB
(212,104,235)
0 Favorites   0 Comments

Color spaces of #d468eb

RGB 212104235
HSL0.800.770.66
HSV289°56°92°
CMYK 0.100.560.00   0.08
XYZ47.097129.895881.8854
Yxy29.89580.29640.1882
Hunter Lab54.677158.0695-50.5199
CIE-Lab61.564261.3313-48.1460

#d468eb color RGB value is (212,104,235).

#d468eb hex color red value is 212, green value is 104 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #d468eb hue: 0.80 , saturation: 0.77 and the lightness value of d468eb is 0.66.

The process color (four color CMYK) of #d468eb color hex is 0.10, 0.56, 0.00, 0.08. Web safe color of #d468eb is #cc66ff. Color #d468eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101000 11101011
Octal 324 150 353
Decimal 212 104 235
Hex D4 68 EB

RGB Percentages of Color #d468eb

%38.48
%18.87
%42.65

CMYK Percentages of Color #d468eb

%10
%56
%0
%8

Triadic Colors of #d468eb

#d468eb #ebd468 #68ebd4

Analogous Colors of #d468eb

#d468eb #eb68c1 #9368eb

Monochromatic Colors of #d468eb

#d468eb

Complementary Color

#d468eb #7feb68

#d468eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d468eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d468eb Color CSS Codes

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

#d468eb Text Font Color

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

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


#d468eb Background Color

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

This div background color is #d468eb


#d468eb Border Color

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

This div border color is #d468eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d468eb


Comments

No comments written yet.

Please login to write comment.