Color Hex Logo

#d661ef Color Hex

#D661EF
(214,97,239)
0 Favorites   0 Comments

Color spaces of #d661ef

RGB 21497239
HSL0.800.820.66
HSV289°59°94°
CMYK 0.100.590.00   0.06
XYZ47.586229.077584.7658
Yxy29.07750.29480.1801
Hunter Lab53.923663.1556-55.4552
CIE-Lab60.850065.7749-51.4855

#d661ef color RGB value is (214,97,239).

#d661ef hex color red value is 214, green value is 97 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #d661ef hue: 0.80 , saturation: 0.82 and the lightness value of d661ef is 0.66.

The process color (four color CMYK) of #d661ef color hex is 0.10, 0.59, 0.00, 0.06. Web safe color of #d661ef is #cc66ff. Color #d661ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100001 11101111
Octal 326 141 357
Decimal 214 97 239
Hex D6 61 EF

RGB Percentages of Color #d661ef

%38.91
%17.64
%43.45

CMYK Percentages of Color #d661ef

%10
%59
%0
%6

Triadic Colors of #d661ef

#d661ef #efd661 #61efd6

Analogous Colors of #d661ef

#d661ef #ef61c1 #8f61ef

Monochromatic Colors of #d661ef

#d661ef

Complementary Color

#d661ef #7aef61

#d661ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d661ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#d661ef Color CSS Codes

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

#d661ef Text Font Color

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

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


#d661ef Background Color

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

This div background color is #d661ef


#d661ef Border Color

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

This div border color is #d661ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d661ef


Comments

No comments written yet.

Please login to write comment.