Color Hex Logo

#d697eb Color Hex

#D697EB
(214,151,235)
0 Favorites   0 Comments

Color spaces of #d697eb

RGB 214151235
HSL0.790.680.76
HSV285°36°92°
CMYK 0.090.360.00   0.08
XYZ53.793642.427583.9514
Yxy42.42750.29860.2355
Hunter Lab65.136433.4275-30.8208
CIE-Lab71.164737.8777-33.1104

#d697eb color RGB value is (214,151,235).

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

The process color (four color CMYK) of #d697eb color hex is 0.09, 0.36, 0.00, 0.08. Web safe color of #d697eb is #cc99ff. Color #d697eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010111 11101011
Octal 326 227 353
Decimal 214 151 235
Hex D6 97 EB

RGB Percentages of Color #d697eb

%35.67
%25.17
%39.17

CMYK Percentages of Color #d697eb

%9
%36
%0
%8

Triadic Colors of #d697eb

#d697eb #ebd697 #97ebd6

Analogous Colors of #d697eb

#d697eb #eb97d6 #ac97eb

Monochromatic Colors of #d697eb

#d697eb

Complementary Color

#d697eb #aceb97

#d697eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d697eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d697eb Color CSS Codes

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

#d697eb Text Font Color

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

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


#d697eb Background Color

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

This div background color is #d697eb


#d697eb Border Color

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

This div border color is #d697eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d697eb


Comments

No comments written yet.

Please login to write comment.