Color Hex Logo

#d693da Color Hex

#D693DA
(214,147,218)
0 Favorites   0 Comments

Color spaces of #d693da

RGB 214147218
HSL0.820.490.72
HSV297°33°85°
CMYK 0.020.330.00   0.15
XYZ50.820240.225571.4155
Yxy40.22550.31280.2476
Hunter Lab63.423632.0377-22.3646
CIE-Lab69.629836.7282-26.1321

#d693da color RGB value is (214,147,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010011 11011010
Octal 326 223 332
Decimal 214 147 218
Hex D6 93 DA

RGB Percentages of Color #d693da

%36.96
%25.39
%37.65

CMYK Percentages of Color #d693da

%2
%33
%0
%15

Triadic Colors of #d693da

#d693da #dad693 #93dad6

Analogous Colors of #d693da

#d693da #da93bb #b393da

Monochromatic Colors of #d693da

#d693da

Complementary Color

#d693da #97da93

#d693da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d693da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d693da Color CSS Codes

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

#d693da Text Font Color

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

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


#d693da Background Color

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

This div background color is #d693da


#d693da Border Color

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

This div border color is #d693da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d693da


Comments

No comments written yet.

Please login to write comment.