Color Hex Logo

#d695da Color Hex

#D695DA
(214,149,218)
0 Favorites   0 Comments

Color spaces of #d695da

RGB 214149218
HSL0.820.480.72
HSV297°32°85°
CMYK 0.020.320.00   0.15
XYZ51.133940.853071.5200
Yxy40.85300.31270.2499
Hunter Lab63.916430.9487-21.6018
CIE-Lab70.072835.6522-25.4531

#d695da color RGB value is (214,149,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10010101 11011010
Octal 326 225 332
Decimal 214 149 218
Hex D6 95 DA

RGB Percentages of Color #d695da

%36.83
%25.65
%37.52

CMYK Percentages of Color #d695da

%2
%32
%0
%15

Triadic Colors of #d695da

#d695da #dad695 #95dad6

Analogous Colors of #d695da

#d695da #da95bc #b495da

Monochromatic Colors of #d695da

#d695da

Complementary Color

#d695da #99da95

#d695da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d695da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d695da Color CSS Codes

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

#d695da Text Font Color

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

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


#d695da Background Color

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

This div background color is #d695da


#d695da Border Color

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

This div border color is #d695da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d695da


Comments

No comments written yet.

Please login to write comment.