Color Hex Logo

#da6264 Color Hex

#DA6264
(218,98,100)
0 Favorites   0 Comments

Color spaces of #da6264

RGB 21898100
HSL1.000.620.62
HSV359°55°85°
CMYK 0.000.550.54   0.15
XYZ35.581424.560914.9220
Yxy24.56090.47400.3272
Hunter Lab49.559041.427916.8393
CIE-Lab56.645147.230622.1358

#da6264 color RGB value is (218,98,100).

#da6264 hex color red value is 218, green value is 98 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #da6264 hue: 1.00 , saturation: 0.62 and the lightness value of da6264 is 0.62.

The process color (four color CMYK) of #da6264 color hex is 0.00, 0.55, 0.54, 0.15. Web safe color of #da6264 is #cc6666. Color #da6264 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 01100100
Octal 332 142 144
Decimal 218 98 100
Hex DA 62 64

RGB Percentages of Color #da6264

%52.40
%23.56
%24.04

CMYK Percentages of Color #da6264

%0
%55
%54
%15

Triadic Colors of #da6264

#da6264 #64da62 #6264da

Analogous Colors of #da6264

#da6264 #da9c62 #da62a0

Monochromatic Colors of #da6264

#da6264

Complementary Color

#da6264 #62dad8

#da6264 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6264 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6264 Color CSS Codes

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

#da6264 Text Font Color

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

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


#da6264 Background Color

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

This div background color is #da6264


#da6264 Border Color

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

This div border color is #da6264


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(218,98,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #da6264; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #da6264;
  -webkit-box-shadow: 1px 1px 3px 2px #da6264;
  box-shadow:         1px 1px 3px 2px #da6264; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,98,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6264


Comments

No comments written yet.

Please login to write comment.