color codes Logo

#d9538e color codes

#D9538E
(217,83,142)
0 Favorites   0 Comments

Color spaces of #d9538e

RGB 21783142
HSL0.930.640.59
HSV334°62°85°
CMYK 0.000.620.35   0.15
XYZ36.591022.891228.0811
Yxy22.89120.41790.2614
Hunter Lab47.844752.7860-1.3072
CIE-Lab54.960157.8699-4.9608

#d9538e color RGB value is (217,83,142).

#d9538e hex color red value is 217, green value is 83 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d9538e hue: 0.93 , saturation: 0.64 and the lightness value of d9538e is 0.59.

The process color (four color CMYK) of #d9538e color code is 0.00, 0.62, 0.35, 0.15. Web safe color of #d9538e is #cc6699. Color #d9538e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01010011 10001110
Octal 331 123 216
Decimal 217 83 142
Hex D9 53 8E

RGB Percentages of Color #d9538e

%49.10
%18.78
%32.13

CMYK Percentages of Color #d9538e

%0
%62
%35
%15

Triadic Colors of #d9538e

#d9538e #8ed953 #538ed9

Analogous Colors of #d9538e

#d9538e #d95b53 #d953d1

Monochromatic Colors of #d9538e

#d9538e

Complementary Color

#d9538e #53d99e

#d9538e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9538e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9538e Color CSS Codes

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

#d9538e Text Font Color

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

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


#d9538e Background Color

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

This div background color is #d9538e


#d9538e Border Color

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

This div border color is #d9538e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9538e

#d9538e Color Palettes


Comments

No comments written yet.

Please login to write comment.