Color Hex Logo

#da6363 Color Hex

#DA6363
(218,99,99)
0 Favorites   0 Comments

Color spaces of #da6363

RGB 2189999
HSL0.000.620.62
HSV55°85°
CMYK 0.000.550.55   0.15
XYZ35.627424.730014.7000
Yxy24.73000.47470.3295
Hunter Lab49.729340.856017.2843
CIE-Lab56.811446.668822.9365

#da6363 color RGB value is (218,99,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 01100011
Octal 332 143 143
Decimal 218 99 99
Hex DA 63 63

RGB Percentages of Color #da6363

%52.40
%23.80
%23.80

CMYK Percentages of Color #da6363

%0
%55
%55
%15

Triadic Colors of #da6363

#da6363 #63da63 #6363da

Analogous Colors of #da6363

#da6363 #da9f63 #da639f

Monochromatic Colors of #da6363

#da6363

Complementary Color

#da6363 #63dada

#da6363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da6363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da6363 Color CSS Codes

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

#da6363 Text Font Color

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

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


#da6363 Background Color

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

This div background color is #da6363


#da6363 Border Color

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

This div border color is #da6363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da6363

#da6363 Color Palettes


Comments

No comments written yet.

Please login to write comment.