Color Hex Logo

#d07275 Color Hex

#D07275
(208,114,117)
0 Favorites   0 Comments

Color spaces of #d07275

RGB 208114117
HSL0.990.500.63
HSV358°45°82°
CMYK 0.000.450.44   0.18
XYZ35.240626.728920.1314
Yxy26.72890.42920.3256
Hunter Lab51.700031.197113.1031
CIE-Lab58.722637.121714.8941

#d07275 color RGB value is (208,114,117).

#d07275 hex color red value is 208, green value is 114 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #d07275 hue: 0.99 , saturation: 0.50 and the lightness value of d07275 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110010 01110101
Octal 320 162 165
Decimal 208 114 117
Hex D0 72 75

RGB Percentages of Color #d07275

%47.38
%25.97
%26.65

CMYK Percentages of Color #d07275

%0
%45
%44
%18

Triadic Colors of #d07275

#d07275 #75d072 #7275d0

Analogous Colors of #d07275

#d07275 #d09e72 #d072a4

Monochromatic Colors of #d07275

#d07275

Complementary Color

#d07275 #72d0cd

#d07275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d07275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d07275 Color CSS Codes

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

#d07275 Text Font Color

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

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


#d07275 Background Color

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

This div background color is #d07275


#d07275 Border Color

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

This div border color is #d07275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d07275


Comments

No comments written yet.

Please login to write comment.