Color Hex Logo

#d4aabb Color Hex

#D4AABB
(212,170,187)
0 Favorites   0 Comments

Color spaces of #d4aabb

RGB 212170187
HSL0.930.330.75
HSV336°20°83°
CMYK 0.000.200.12   0.17
XYZ50.495746.334453.2957
Yxy46.33440.33640.3086
Hunter Lab68.069413.29471.2268
CIE-Lab73.762018.0516-2.8565

#d4aabb color RGB value is (212,170,187).

#d4aabb hex color red value is 212, green value is 170 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d4aabb hue: 0.93 , saturation: 0.33 and the lightness value of d4aabb is 0.75.

The process color (four color CMYK) of #d4aabb color hex is 0.00, 0.20, 0.12, 0.17. Web safe color of #d4aabb is #cc99cc. Color #d4aabb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101010 10111011
Octal 324 252 273
Decimal 212 170 187
Hex D4 AA BB

RGB Percentages of Color #d4aabb

%37.26
%29.88
%32.86

CMYK Percentages of Color #d4aabb

%0
%20
%12
%17

Triadic Colors of #d4aabb

#d4aabb #bbd4aa #aabbd4

Analogous Colors of #d4aabb

#d4aabb #d4aeaa #d4aad0

Monochromatic Colors of #d4aabb

#d4aabb

Complementary Color

#d4aabb #aad4c3

#d4aabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4aabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4aabb Color CSS Codes

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

#d4aabb Text Font Color

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

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


#d4aabb Background Color

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

This div background color is #d4aabb


#d4aabb Border Color

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

This div border color is #d4aabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,170,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4aabb


Comments

No comments written yet.

Please login to write comment.