Color Hex Logo

#d688e4 Color Hex

#D688E4
(214,136,228)
0 Favorites   0 Comments

Color spaces of #d688e4

RGB 214136228
HSL0.810.630.71
HSV291°40°89°
CMYK 0.060.400.00   0.11
XYZ50.539337.505977.9744
Yxy37.50590.30440.2259
Hunter Lab61.242140.1314-32.6196
CIE-Lab67.654944.4920-34.7019

#d688e4 color RGB value is (214,136,228).

#d688e4 hex color red value is 214, green value is 136 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #d688e4 hue: 0.81 , saturation: 0.63 and the lightness value of d688e4 is 0.71.

The process color (four color CMYK) of #d688e4 color hex is 0.06, 0.40, 0.00, 0.11. Web safe color of #d688e4 is #cc99cc. Color #d688e4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001000 11100100
Octal 326 210 344
Decimal 214 136 228
Hex D6 88 E4

RGB Percentages of Color #d688e4

%37.02
%23.53
%39.45

CMYK Percentages of Color #d688e4

%6
%40
%0
%11

Triadic Colors of #d688e4

#d688e4 #e4d688 #88e4d6

Analogous Colors of #d688e4

#d688e4 #e488c4 #a888e4

Monochromatic Colors of #d688e4

#d688e4

Complementary Color

#d688e4 #96e488

#d688e4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d688e4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d688e4 Color CSS Codes

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

#d688e4 Text Font Color

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

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


#d688e4 Background Color

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

This div background color is #d688e4


#d688e4 Border Color

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

This div border color is #d688e4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d688e4


Comments

No comments written yet.

Please login to write comment.