Color Hex Logo

#da634e Color Hex

#DA634E
(218,99,78)
0 Favorites   0 Comments

Color spaces of #da634e

RGB 2189978
HSL0.030.650.58
HSV64°85°
CMYK 0.000.550.64   0.15
XYZ34.750424.379210.0818
Yxy24.37920.50210.3522
Hunter Lab49.375339.221822.4565
CIE-Lab56.465545.177234.4598

#da634e color RGB value is (218,99,78).

#da634e hex color red value is 218, green value is 99 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #da634e hue: 0.03 , saturation: 0.65 and the lightness value of da634e is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 01001110
Octal 332 143 116
Decimal 218 99 78
Hex DA 63 4E

RGB Percentages of Color #da634e

%55.19
%25.06
%19.75

CMYK Percentages of Color #da634e

%0
%55
%64
%15

Triadic Colors of #da634e

#da634e #4eda63 #634eda

Analogous Colors of #da634e

#da634e #daa94e #da4e7f

Monochromatic Colors of #da634e

#da634e

Complementary Color

#da634e #4ec5da

#da634e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da634e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da634e Color CSS Codes

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

#da634e Text Font Color

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

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


#da634e Background Color

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

This div background color is #da634e


#da634e Border Color

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

This div border color is #da634e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da634e


Comments

No comments written yet.

Please login to write comment.