Color Hex Logo

#d64468 Color Hex

#D64468
(214,68,104)
0 Favorites   0 Comments

Color spaces of #d64468

RGB 21468104
HSL0.960.640.55
HSV345°68°84°
CMYK 0.000.680.51   0.16
XYZ32.297419.429915.1448
Yxy19.42990.48300.2906
Hunter Lab44.079453.649910.4847
CIE-Lab51.186459.313112.2137

#d64468 color RGB value is (214,68,104).

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

The process color (four color CMYK) of #d64468 color hex is 0.00, 0.68, 0.51, 0.16. Web safe color of #d64468 is #cc3366. Color #d64468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000100 01101000
Octal 326 104 150
Decimal 214 68 104
Hex D6 44 68

RGB Percentages of Color #d64468

%55.44
%17.62
%26.94

CMYK Percentages of Color #d64468

%0
%68
%51
%16

Triadic Colors of #d64468

#d64468 #68d644 #4468d6

Analogous Colors of #d64468

#d64468 #d66944 #d644b1

Monochromatic Colors of #d64468

#d64468

Complementary Color

#d64468 #44d6b2

#d64468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64468 Color CSS Codes

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

#d64468 Text Font Color

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

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


#d64468 Background Color

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

This div background color is #d64468


#d64468 Border Color

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

This div border color is #d64468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64468


Comments

No comments written yet.

Please login to write comment.