Color Hex Logo

#d492ab Color Hex

#D492AB
(212,146,171)
0 Favorites   0 Comments

Color spaces of #d492ab

RGB 212146171
HSL0.940.430.70
HSV337°31°83°
CMYK 0.000.310.19   0.17
XYZ44.780937.495143.4051
Yxy37.49510.35630.2983
Hunter Lab61.233223.38190.8356
CIE-Lab67.646828.5177-2.9754

#d492ab color RGB value is (212,146,171).

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

The process color (four color CMYK) of #d492ab color hex is 0.00, 0.31, 0.19, 0.17. Web safe color of #d492ab is #cc9999. Color #d492ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010010 10101011
Octal 324 222 253
Decimal 212 146 171
Hex D4 92 AB

RGB Percentages of Color #d492ab

%40.08
%27.60
%32.33

CMYK Percentages of Color #d492ab

%0
%31
%19
%17

Triadic Colors of #d492ab

#d492ab #abd492 #92abd4

Analogous Colors of #d492ab

#d492ab #d49a92 #d492cc

Monochromatic Colors of #d492ab

#d492ab

Complementary Color

#d492ab #92d4bb

#d492ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d492ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d492ab Color CSS Codes

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

#d492ab Text Font Color

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

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


#d492ab Background Color

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

This div background color is #d492ab


#d492ab Border Color

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

This div border color is #d492ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d492ab


Comments

No comments written yet.

Please login to write comment.