Color Hex Logo

#d4757a Color Hex

#D4757A
(212,117,122)
0 Favorites   0 Comments

Color spaces of #d4757a

RGB 212117122
HSL0.990.520.65
HSV357°45°83°
CMYK 0.000.450.42   0.17
XYZ37.025528.124821.8895
Yxy28.12480.42540.3231
Hunter Lab53.032831.814512.6508
CIE-Lab60.001337.574513.8743

#d4757a color RGB value is (212,117,122).

#d4757a hex color red value is 212, green value is 117 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #d4757a hue: 0.99 , saturation: 0.52 and the lightness value of d4757a is 0.65.

The process color (four color CMYK) of #d4757a color hex is 0.00, 0.45, 0.42, 0.17. Web safe color of #d4757a is #cc6666. Color #d4757a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01110101 01111010
Octal 324 165 172
Decimal 212 117 122
Hex D4 75 7A

RGB Percentages of Color #d4757a

%47.01
%25.94
%27.05

CMYK Percentages of Color #d4757a

%0
%45
%42
%17

Triadic Colors of #d4757a

#d4757a #7ad475 #757ad4

Analogous Colors of #d4757a

#d4757a #d4a075 #d475aa

Monochromatic Colors of #d4757a

#d4757a

Complementary Color

#d4757a #75d4cf

#d4757a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4757a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4757a Color CSS Codes

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

#d4757a Text Font Color

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

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


#d4757a Background Color

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

This div background color is #d4757a


#d4757a Border Color

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

This div border color is #d4757a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4757a


Comments

No comments written yet.

Please login to write comment.