Color Hex Logo

#d795ab Color Hex

#D795AB
(215,149,171)
0 Favorites   0 Comments

Color spaces of #d795ab

RGB 215149171
HSL0.940.450.71
HSV340°31°84°
CMYK 0.000.310.20   0.16
XYZ46.122538.882243.6022
Yxy38.88220.35860.3023
Hunter Lab62.355622.90862.1903
CIE-Lab68.665827.9726-1.4409

#d795ab color RGB value is (215,149,171).

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

The process color (four color CMYK) of #d795ab color hex is 0.00, 0.31, 0.20, 0.16. Web safe color of #d795ab is #cc9999. Color #d795ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010101 10101011
Octal 327 225 253
Decimal 215 149 171
Hex D7 95 AB

RGB Percentages of Color #d795ab

%40.19
%27.85
%31.96

CMYK Percentages of Color #d795ab

%0
%31
%20
%16

Triadic Colors of #d795ab

#d795ab #abd795 #95abd7

Analogous Colors of #d795ab

#d795ab #d7a095 #d795cc

Monochromatic Colors of #d795ab

#d795ab

Complementary Color

#d795ab #95d7c1

#d795ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d795ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d795ab Color CSS Codes

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

#d795ab Text Font Color

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

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


#d795ab Background Color

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

This div background color is #d795ab


#d795ab Border Color

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

This div border color is #d795ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d795ab


Comments

No comments written yet.

Please login to write comment.