Color Hex Logo

#d9458a Color Hex

#D9458A
(217,69,138)
0 Favorites   0 Comments

Color spaces of #d9458a

RGB 21769138
HSL0.920.660.56
HSV332°68°85°
CMYK 0.000.680.36   0.15
XYZ35.330820.842926.2057
Yxy20.84290.42890.2530
Hunter Lab45.654058.2433-2.0750
CIE-Lab52.777163.0547-5.8249

#d9458a color RGB value is (217,69,138).

#d9458a hex color red value is 217, green value is 69 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d9458a hue: 0.92 , saturation: 0.66 and the lightness value of d9458a is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000101 10001010
Octal 331 105 212
Decimal 217 69 138
Hex D9 45 8A

RGB Percentages of Color #d9458a

%51.18
%16.27
%32.55

CMYK Percentages of Color #d9458a

%0
%68
%36
%15

Triadic Colors of #d9458a

#d9458a #8ad945 #458ad9

Analogous Colors of #d9458a

#d9458a #d94a45 #d945d4

Monochromatic Colors of #d9458a

#d9458a

Complementary Color

#d9458a #45d994

#d9458a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9458a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9458a Color CSS Codes

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

#d9458a Text Font Color

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

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


#d9458a Background Color

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

This div background color is #d9458a


#d9458a Border Color

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

This div border color is #d9458a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,69,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9458a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9458a;
  -webkit-box-shadow: 1px 1px 3px 2px #d9458a;
  box-shadow:         1px 1px 3px 2px #d9458a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,69,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9458a


Comments

No comments written yet.

Please login to write comment.