Color Hex Logo

#d668ea Color Hex

#D668EA
(214,104,234)
0 Favorites   0 Comments

Color spaces of #d668ea

RGB 214104234
HSL0.810.760.66
HSV291°56°92°
CMYK 0.090.560.00   0.08
XYZ47.533230.137381.1537
Yxy30.13730.29930.1898
Hunter Lab54.897458.4845-49.2189
CIE-Lab61.772561.6509-47.2435

#d668ea color RGB value is (214,104,234).

#d668ea hex color red value is 214, green value is 104 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d668ea hue: 0.81 , saturation: 0.76 and the lightness value of d668ea is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101000 11101010
Octal 326 150 352
Decimal 214 104 234
Hex D6 68 EA

RGB Percentages of Color #d668ea

%38.77
%18.84
%42.39

CMYK Percentages of Color #d668ea

%9
%56
%0
%8

Triadic Colors of #d668ea

#d668ea #ead668 #68ead6

Analogous Colors of #d668ea

#d668ea #ea68bd #9568ea

Monochromatic Colors of #d668ea

#d668ea

Complementary Color

#d668ea #7cea68

#d668ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d668ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d668ea Color CSS Codes

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

#d668ea Text Font Color

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

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


#d668ea Background Color

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

This div background color is #d668ea


#d668ea Border Color

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

This div border color is #d668ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d668ea


Comments

No comments written yet.

Please login to write comment.