Color Hex Logo

#d4699e Color Hex

#D4699E
(212,105,158)
0 Favorites   0 Comments

Color spaces of #d4699e

RGB 212105158
HSL0.920.550.62
HSV330°50°83°
CMYK 0.000.500.25   0.17
XYZ38.374526.568835.4535
Yxy26.56880.38220.2646
Hunter Lab51.544942.6872-4.6992
CIE-Lab58.573148.1129-9.0188

#d4699e color RGB value is (212,105,158).

#d4699e hex color red value is 212, green value is 105 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d4699e hue: 0.92 , saturation: 0.55 and the lightness value of d4699e is 0.62.

The process color (four color CMYK) of #d4699e color hex is 0.00, 0.50, 0.25, 0.17. Web safe color of #d4699e is #cc6699. Color #d4699e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101001 10011110
Octal 324 151 236
Decimal 212 105 158
Hex D4 69 9E

RGB Percentages of Color #d4699e

%44.63
%22.11
%33.26

CMYK Percentages of Color #d4699e

%0
%50
%25
%17

Triadic Colors of #d4699e

#d4699e #9ed469 #699ed4

Analogous Colors of #d4699e

#d4699e #d46a69 #d469d4

Monochromatic Colors of #d4699e

#d4699e

Complementary Color

#d4699e #69d49f

#d4699e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4699e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4699e Color CSS Codes

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

#d4699e Text Font Color

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

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


#d4699e Background Color

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

This div background color is #d4699e


#d4699e Border Color

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

This div border color is #d4699e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4699e


Comments

No comments written yet.

Please login to write comment.