Color Hex Logo

#d4928b Color Hex

#D4928B
(212,146,139)
0 Favorites   0 Comments

Color spaces of #d4928b

RGB 212146139
HSL0.020.460.69
HSV34°83°
CMYK 0.000.310.34   0.17
XYZ42.090536.418929.2372
Yxy36.41890.39060.3380
Hunter Lab60.348118.887913.5191
CIE-Lab66.838824.047713.7961

#d4928b color RGB value is (212,146,139).

#d4928b hex color red value is 212, green value is 146 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #d4928b hue: 0.02 , saturation: 0.46 and the lightness value of d4928b is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10010010 10001011
Octal 324 222 213
Decimal 212 146 139
Hex D4 92 8B

RGB Percentages of Color #d4928b

%42.66
%29.38
%27.97

CMYK Percentages of Color #d4928b

%0
%31
%34
%17

Triadic Colors of #d4928b

#d4928b #8bd492 #928bd4

Analogous Colors of #d4928b

#d4928b #d4b78b #d48ba9

Monochromatic Colors of #d4928b

#d4928b

Complementary Color

#d4928b #8bcdd4

#d4928b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4928b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4928b Color CSS Codes

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

#d4928b Text Font Color

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

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


#d4928b Background Color

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

This div background color is #d4928b


#d4928b Border Color

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

This div border color is #d4928b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4928b


Comments

No comments written yet.

Please login to write comment.