Color Hex Logo

#d669eb Color Hex

#D669EB
(214,105,235)
0 Favorites   0 Comments

Color spaces of #d669eb

RGB 214105235
HSL0.810.760.67
HSV290°55°92°
CMYK 0.090.550.00   0.08
XYZ47.778530.397581.9464
Yxy30.39750.29840.1898
Hunter Lab55.133958.2019-49.5299
CIE-Lab61.995761.3705-47.4472

#d669eb color RGB value is (214,105,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01101001 11101011
Octal 326 151 353
Decimal 214 105 235
Hex D6 69 EB

RGB Percentages of Color #d669eb

%38.63
%18.95
%42.42

CMYK Percentages of Color #d669eb

%9
%55
%0
%8

Triadic Colors of #d669eb

#d669eb #ebd669 #69ebd6

Analogous Colors of #d669eb

#d669eb #eb69bf #9569eb

Monochromatic Colors of #d669eb

#d669eb

Complementary Color

#d669eb #7eeb69

#d669eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d669eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d669eb Color CSS Codes

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

#d669eb Text Font Color

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

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


#d669eb Background Color

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

This div background color is #d669eb


#d669eb Border Color

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

This div border color is #d669eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d669eb


Comments

No comments written yet.

Please login to write comment.