Color Hex Logo

#d995ca Color Hex

#D995CA
(217,149,202)
0 Favorites   0 Comments

Color spaces of #d995ca

RGB 217149202
HSL0.870.470.72
HSV313°31°85°
CMYK 0.000.310.07   0.15
XYZ50.023440.510961.0600
Yxy40.51090.33000.2672
Hunter Lab63.648228.9053-12.3253
CIE-Lab69.831933.7253-16.9424

#d995ca color RGB value is (217,149,202).

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

The process color (four color CMYK) of #d995ca color hex is 0.00, 0.31, 0.07, 0.15. Web safe color of #d995ca is #cc99cc. Color #d995ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10010101 11001010
Octal 331 225 312
Decimal 217 149 202
Hex D9 95 CA

RGB Percentages of Color #d995ca

%38.20
%26.23
%35.56

CMYK Percentages of Color #d995ca

%0
%31
%7
%15

Triadic Colors of #d995ca

#d995ca #cad995 #95cad9

Analogous Colors of #d995ca

#d995ca #d995a8 #c695d9

Monochromatic Colors of #d995ca

#d995ca

Complementary Color

#d995ca #95d9a4

#d995ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d995ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d995ca Color CSS Codes

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

#d995ca Text Font Color

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

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


#d995ca Background Color

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

This div background color is #d995ca


#d995ca Border Color

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

This div border color is #d995ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,149,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d995ca


Comments

No comments written yet.

Please login to write comment.