Color Hex Logo

#d691ff Color Hex

#D691FF
(214,145,255)
0 Favorites   0 Comments

Color spaces of #d691ff

RGB 214145255
HSL0.771.000.78
HSV278°43°100°
CMYK 0.160.430.00   0.00
XYZ55.907041.766999.7229
Yxy41.76690.28320.2116
Hunter Lab64.627341.3168-46.2481
CIE-Lab70.709945.1847-44.7266

#d691ff color RGB value is (214,145,255).

#d691ff hex color red value is 214, green value is 145 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d691ff hue: 0.77 , saturation: 1.00 and the lightness value of d691ff is 0.78.

The process color (four color CMYK) of #d691ff color hex is 0.16, 0.43, 0.00, 0.00. Web safe color of #d691ff is #cc99ff. Color #d691ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010001 11111111
Octal 326 221 377
Decimal 214 145 255
Hex D6 91 FF

RGB Percentages of Color #d691ff

%34.85
%23.62
%41.53

CMYK Percentages of Color #d691ff

%16
%43
%0
%0

Triadic Colors of #d691ff

#d691ff #ffd691 #91ffd6

Analogous Colors of #d691ff

#d691ff #ff91f1 #9f91ff

Monochromatic Colors of #d691ff

#d691ff

Complementary Color

#d691ff #baff91

#d691ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d691ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d691ff Color CSS Codes

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

#d691ff Text Font Color

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

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


#d691ff Background Color

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

This div background color is #d691ff


#d691ff Border Color

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

This div border color is #d691ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d691ff


Comments

No comments written yet.

Please login to write comment.