Color Hex Logo

#d68070 Color Hex

#D68070
(214,128,112)
0 Favorites   0 Comments

Color spaces of #d68070

RGB 214128112
HSL0.030.550.64
HSV48°84°
CMYK 0.000.400.48   0.16
XYZ38.375430.904319.2718
Yxy30.90430.43340.3490
Hunter Lab55.591625.934818.3602
CIE-Lab62.426831.505022.9261

#d68070 color RGB value is (214,128,112).

#d68070 hex color red value is 214, green value is 128 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #d68070 hue: 0.03 , saturation: 0.55 and the lightness value of d68070 is 0.64.

The process color (four color CMYK) of #d68070 color hex is 0.00, 0.40, 0.48, 0.16. Web safe color of #d68070 is #cc9966. Color #d68070 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000000 01110000
Octal 326 200 160
Decimal 214 128 112
Hex D6 80 70

RGB Percentages of Color #d68070

%47.14
%28.19
%24.67

CMYK Percentages of Color #d68070

%0
%40
%48
%16

Triadic Colors of #d68070

#d68070 #70d680 #8070d6

Analogous Colors of #d68070

#d68070 #d6b370 #d67093

Monochromatic Colors of #d68070

#d68070

Complementary Color

#d68070 #70c6d6

#d68070 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68070 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68070 Color CSS Codes

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

#d68070 Text Font Color

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

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


#d68070 Background Color

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

This div background color is #d68070


#d68070 Border Color

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

This div border color is #d68070


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(214,128,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d68070; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d68070;
  -webkit-box-shadow: 1px 1px 3px 2px #d68070;
  box-shadow:         1px 1px 3px 2px #d68070; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68070


Comments

No comments written yet.

Please login to write comment.