Color Hex Logo

#d667ea Color Hex

#D667EA
(214,103,234)
0 Favorites   0 Comments

Color spaces of #d667ea

RGB 214103234
HSL0.810.760.66
HSV291°56°92°
CMYK 0.090.560.00   0.08
XYZ47.433129.937281.1204
Yxy29.93720.29930.1889
Hunter Lab54.714958.9930-49.6030
CIE-Lab61.600062.1157-47.5162

#d667ea color RGB value is (214,103,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100111 11101010
Octal 326 147 352
Decimal 214 103 234
Hex D6 67 EA

RGB Percentages of Color #d667ea

%38.84
%18.69
%42.47

CMYK Percentages of Color #d667ea

%9
%56
%0
%8

Triadic Colors of #d667ea

#d667ea #ead667 #67ead6

Analogous Colors of #d667ea

#d667ea #ea67bd #9567ea

Monochromatic Colors of #d667ea

#d667ea

Complementary Color

#d667ea #7bea67

#d667ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d667ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d667ea Color CSS Codes

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

#d667ea Text Font Color

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

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


#d667ea Background Color

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

This div background color is #d667ea


#d667ea Border Color

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

This div border color is #d667ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d667ea


Comments

No comments written yet.

Please login to write comment.