Color Hex Logo

#d995da Color Hex

#D995DA
(217,149,218)
0 Favorites   0 Comments

Color spaces of #d995da

RGB 217149218
HSL0.830.480.72
HSV299°32°85°
CMYK 0.000.320.00   0.15
XYZ52.017641.308671.5614
Yxy41.30860.31550.2505
Hunter Lab64.271831.9913-21.0244
CIE-Lab70.391636.6074-24.9370

#d995da color RGB value is (217,149,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010101 11011010
Octal 331 225 332
Decimal 217 149 218
Hex D9 95 DA

RGB Percentages of Color #d995da

%37.16
%25.51
%37.33

CMYK Percentages of Color #d995da

%0
%32
%0
%15

Triadic Colors of #d995da

#d995da #dad995 #95dad9

Analogous Colors of #d995da

#d995da #da95b9 #b795da

Monochromatic Colors of #d995da

#d995da

Complementary Color

#d995da #96da95

#d995da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d995da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d995da Color CSS Codes

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

#d995da Text Font Color

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

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


#d995da Background Color

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

This div background color is #d995da


#d995da Border Color

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

This div border color is #d995da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d995da


Comments

No comments written yet.

Please login to write comment.