Color Hex Logo

#d68394 Color Hex

#D68394
(214,131,148)
0 Favorites   0 Comments

Color spaces of #d68394

RGB 214131148
HSL0.970.500.68
HSV348°39°84°
CMYK 0.000.390.31   0.16
XYZ41.193232.666932.1512
Yxy32.66690.38860.3081
Hunter Lab57.155028.62886.6563
CIE-Lab63.890334.02904.5608

#d68394 color RGB value is (214,131,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000011 10010100
Octal 326 203 224
Decimal 214 131 148
Hex D6 83 94

RGB Percentages of Color #d68394

%43.41
%26.57
%30.02

CMYK Percentages of Color #d68394

%0
%39
%31
%16

Triadic Colors of #d68394

#d68394 #94d683 #8394d6

Analogous Colors of #d68394

#d68394 #d69c83 #d683be

Monochromatic Colors of #d68394

#d68394

Complementary Color

#d68394 #83d6c5

#d68394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68394 Color CSS Codes

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

#d68394 Text Font Color

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

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


#d68394 Background Color

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

This div background color is #d68394


#d68394 Border Color

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

This div border color is #d68394


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,131,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 #d68394">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68394


Comments

No comments written yet.

Please login to write comment.