Color Hex Logo

#d68690 Color Hex

#D68690
(214,134,144)
0 Favorites   0 Comments

Color spaces of #d68690

RGB 214134144
HSL0.980.490.68
HSV353°37°84°
CMYK 0.000.370.33   0.16
XYZ41.290733.360030.6484
Yxy33.36000.39210.3168
Hunter Lab57.758126.53128.9694
CIE-Lab64.451431.90897.6364

#d68690 color RGB value is (214,134,144).

#d68690 hex color red value is 214, green value is 134 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #d68690 hue: 0.98 , saturation: 0.49 and the lightness value of d68690 is 0.68.

The process color (four color CMYK) of #d68690 color hex is 0.00, 0.37, 0.33, 0.16. Web safe color of #d68690 is #cc9999. Color #d68690 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000110 10010000
Octal 326 206 220
Decimal 214 134 144
Hex D6 86 90

RGB Percentages of Color #d68690

%43.50
%27.24
%29.27

CMYK Percentages of Color #d68690

%0
%37
%33
%16

Triadic Colors of #d68690

#d68690 #90d686 #8690d6

Analogous Colors of #d68690

#d68690 #d6a486 #d686b8

Monochromatic Colors of #d68690

#d68690

Complementary Color

#d68690 #86d6cc

#d68690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68690 Color CSS Codes

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

#d68690 Text Font Color

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

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


#d68690 Background Color

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

This div background color is #d68690


#d68690 Border Color

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

This div border color is #d68690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68690


Comments

No comments written yet.

Please login to write comment.