Color Hex Logo

#d295ab Color Hex

#D295AB
(210,149,171)
0 Favorites   0 Comments

Color spaces of #d295ab

RGB 210149171
HSL0.940.400.70
HSV338°29°82°
CMYK 0.000.290.19   0.18
XYZ44.676538.136843.5345
Yxy38.13680.35360.3018
Hunter Lab61.755021.06411.4317
CIE-Lab68.121326.1699-2.3034

#d295ab color RGB value is (210,149,171).

#d295ab hex color red value is 210, green value is 149 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d295ab hue: 0.94 , saturation: 0.40 and the lightness value of d295ab is 0.70.

The process color (four color CMYK) of #d295ab color hex is 0.00, 0.29, 0.19, 0.18. Web safe color of #d295ab is #cc9999. Color #d295ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 10010101 10101011
Octal 322 225 253
Decimal 210 149 171
Hex D2 95 AB

RGB Percentages of Color #d295ab

%39.62
%28.11
%32.26

CMYK Percentages of Color #d295ab

%0
%29
%19
%18

Triadic Colors of #d295ab

#d295ab #abd295 #95abd2

Analogous Colors of #d295ab

#d295ab #d29e95 #d295ca

Monochromatic Colors of #d295ab

#d295ab

Complementary Color

#d295ab #95d2bc

#d295ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d295ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d295ab Color CSS Codes

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

#d295ab Text Font Color

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

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


#d295ab Background Color

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

This div background color is #d295ab


#d295ab Border Color

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

This div border color is #d295ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d295ab


Comments

No comments written yet.

Please login to write comment.