Color Hex Logo

#d27373 Color Hex

#D27373
(210,115,115)
0 Favorites   0 Comments

Color spaces of #d27373

RGB 210115115
HSL0.000.510.64
HSV45°82°
CMYK 0.000.450.45   0.18
XYZ35.803627.200919.5829
Yxy27.20090.43350.3294
Hunter Lab52.154531.268414.2460
CIE-Lab59.159837.139616.6924

#d27373 color RGB value is (210,115,115).

#d27373 hex color red value is 210, green value is 115 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #d27373 hue: 0.00 , saturation: 0.51 and the lightness value of d27373 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01110011 01110011
Octal 322 163 163
Decimal 210 115 115
Hex D2 73 73

RGB Percentages of Color #d27373

%47.73
%26.14
%26.14

CMYK Percentages of Color #d27373

%0
%45
%45
%18

Triadic Colors of #d27373

#d27373 #73d273 #7373d2

Analogous Colors of #d27373

#d27373 #d2a373 #d273a3

Monochromatic Colors of #d27373

#d27373

Complementary Color

#d27373 #73d2d2

#d27373 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d27373 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d27373 Color CSS Codes

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

#d27373 Text Font Color

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

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


#d27373 Background Color

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

This div background color is #d27373


#d27373 Border Color

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

This div border color is #d27373


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d27373

#d27373 Color Palettes


Comments

No comments written yet.

Please login to write comment.