Color Hex Logo

#d8469e Color Hex

#D8469E
(216,70,158)
0 Favorites   0 Comments

Color spaces of #d8469e

RGB 21670158
HSL0.900.650.56
HSV324°68°85°
CMYK 0.000.680.27   0.15
XYZ36.680621.447934.5543
Yxy21.44790.39580.2314
Hunter Lab46.311960.3324-11.8192
CIE-Lab53.436264.7348-16.7021

#d8469e color RGB value is (216,70,158).

#d8469e hex color red value is 216, green value is 70 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d8469e hue: 0.90 , saturation: 0.65 and the lightness value of d8469e is 0.56.

The process color (four color CMYK) of #d8469e color hex is 0.00, 0.68, 0.27, 0.15. Web safe color of #d8469e is #cc3399. Color #d8469e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000110 10011110
Octal 330 106 236
Decimal 216 70 158
Hex D8 46 9E

RGB Percentages of Color #d8469e

%48.65
%15.77
%35.59

CMYK Percentages of Color #d8469e

%0
%68
%27
%15

Triadic Colors of #d8469e

#d8469e #9ed846 #469ed8

Analogous Colors of #d8469e

#d8469e #d84655 #c946d8

Monochromatic Colors of #d8469e

#d8469e

Complementary Color

#d8469e #46d880

#d8469e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8469e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8469e Color CSS Codes

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

#d8469e Text Font Color

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

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


#d8469e Background Color

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

This div background color is #d8469e


#d8469e Border Color

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

This div border color is #d8469e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8469e


Comments

No comments written yet.

Please login to write comment.