Color Hex Logo

#d691da Color Hex

#D691DA
(214,145,218)
0 Favorites   0 Comments

Color spaces of #d691da

RGB 214145218
HSL0.820.500.71
HSV297°33°85°
CMYK 0.020.330.00   0.15
XYZ50.511839.608971.3127
Yxy39.60890.31290.2454
Hunter Lab62.935633.1259-23.1269
CIE-Lab69.190137.8013-26.8069

#d691da color RGB value is (214,145,218).

#d691da hex color red value is 214, green value is 145 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d691da hue: 0.82 , saturation: 0.50 and the lightness value of d691da is 0.71.

The process color (four color CMYK) of #d691da color hex is 0.02, 0.33, 0.00, 0.15. Web safe color of #d691da is #cc99cc. Color #d691da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010001 11011010
Octal 326 221 332
Decimal 214 145 218
Hex D6 91 DA

RGB Percentages of Color #d691da

%37.09
%25.13
%37.78

CMYK Percentages of Color #d691da

%2
%33
%0
%15

Triadic Colors of #d691da

#d691da #dad691 #91dad6

Analogous Colors of #d691da

#d691da #da91ba #b291da

Monochromatic Colors of #d691da

#d691da

Complementary Color

#d691da #95da91

#d691da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d691da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d691da Color CSS Codes

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

#d691da Text Font Color

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

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


#d691da Background Color

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

This div background color is #d691da


#d691da Border Color

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

This div border color is #d691da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d691da


Comments

No comments written yet.

Please login to write comment.