Color Hex Logo

#d688fa Color Hex

#D688FA
(214,136,250)
0 Favorites   0 Comments

Color spaces of #d688fa

RGB 214136250
HSL0.780.920.76
HSV281°46°98°
CMYK 0.140.460.00   0.02
XYZ53.791038.806695.0978
Yxy38.80660.28660.2068
Hunter Lab62.294945.1166-46.9041
CIE-Lab68.610948.8785-45.2951

#d688fa color RGB value is (214,136,250).

#d688fa hex color red value is 214, green value is 136 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d688fa hue: 0.78 , saturation: 0.92 and the lightness value of d688fa is 0.76.

The process color (four color CMYK) of #d688fa color hex is 0.14, 0.46, 0.00, 0.02. Web safe color of #d688fa is #cc99ff. Color #d688fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10001000 11111010
Octal 326 210 372
Decimal 214 136 250
Hex D6 88 FA

RGB Percentages of Color #d688fa

%35.67
%22.67
%41.67

CMYK Percentages of Color #d688fa

%14
%46
%0
%2

Triadic Colors of #d688fa

#d688fa #fad688 #88fad6

Analogous Colors of #d688fa

#d688fa #fa88e5 #9d88fa

Monochromatic Colors of #d688fa

#d688fa

Complementary Color

#d688fa #acfa88

#d688fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d688fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d688fa Color CSS Codes

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

#d688fa Text Font Color

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

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


#d688fa Background Color

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

This div background color is #d688fa


#d688fa Border Color

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

This div border color is #d688fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d688fa


Comments

No comments written yet.

Please login to write comment.