Color Hex Logo

#d27a7d Color Hex

#D27A7D
(210,122,125)
0 Favorites   0 Comments

Color spaces of #d27a7d

RGB 210122125
HSL0.990.490.65
HSV358°42°82°
CMYK 0.000.420.40   0.18
XYZ37.239529.101423.0564
Yxy29.10140.41660.3255
Hunter Lab53.945728.816112.4215
CIE-Lab60.871034.528013.3278

#d27a7d color RGB value is (210,122,125).

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

The process color (four color CMYK) of #d27a7d color hex is 0.00, 0.42, 0.40, 0.18. Web safe color of #d27a7d is #cc6666. Color #d27a7d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 01111010 01111101
Octal 322 172 175
Decimal 210 122 125
Hex D2 7A 7D

RGB Percentages of Color #d27a7d

%45.95
%26.70
%27.35

CMYK Percentages of Color #d27a7d

%0
%42
%40
%18

Triadic Colors of #d27a7d

#d27a7d #7dd27a #7a7dd2

Analogous Colors of #d27a7d

#d27a7d #d2a37a #d27aa9

Monochromatic Colors of #d27a7d

#d27a7d

Complementary Color

#d27a7d #7ad2cf

#d27a7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27a7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27a7d Color CSS Codes

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

#d27a7d Text Font Color

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

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


#d27a7d Background Color

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

This div background color is #d27a7d


#d27a7d Border Color

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

This div border color is #d27a7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27a7d


Comments

No comments written yet.

Please login to write comment.