Color Hex Logo

#d68494 Color Hex

#D68494
(214,132,148)
0 Favorites   0 Comments

Color spaces of #d68494

RGB 214132148
HSL0.970.500.68
HSV348°38°84°
CMYK 0.000.380.31   0.16
XYZ41.328132.936832.1962
Yxy32.93680.38820.3094
Hunter Lab57.390628.10786.9116
CIE-Lab64.109733.49584.8770

#d68494 color RGB value is (214,132,148).

#d68494 hex color red value is 214, green value is 132 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #d68494 hue: 0.97 , saturation: 0.50 and the lightness value of d68494 is 0.68.

The process color (four color CMYK) of #d68494 color hex is 0.00, 0.38, 0.31, 0.16. Web safe color of #d68494 is #cc9999. Color #d68494 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000100 10010100
Octal 326 204 224
Decimal 214 132 148
Hex D6 84 94

RGB Percentages of Color #d68494

%43.32
%26.72
%29.96

CMYK Percentages of Color #d68494

%0
%38
%31
%16

Triadic Colors of #d68494

#d68494 #94d684 #8494d6

Analogous Colors of #d68494

#d68494 #d69d84 #d684bd

Monochromatic Colors of #d68494

#d68494

Complementary Color

#d68494 #84d6c6

#d68494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68494 Color CSS Codes

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

#d68494 Text Font Color

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

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


#d68494 Background Color

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

This div background color is #d68494


#d68494 Border Color

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

This div border color is #d68494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68494


Comments

No comments written yet.

Please login to write comment.