Color Hex Logo

#da645b Color Hex

#DA645B
(218,100,91)
0 Favorites   0 Comments

Color spaces of #da645b

RGB 21810091
HSL0.010.630.61
HSV58°85°
CMYK 0.000.540.58   0.15
XYZ35.358924.775112.8160
Yxy24.77510.48470.3396
Hunter Lab49.774639.697419.5762
CIE-Lab56.855645.570227.5978

#da645b color RGB value is (218,100,91).

#da645b hex color red value is 218, green value is 100 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #da645b hue: 0.01 , saturation: 0.63 and the lightness value of da645b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100100 01011011
Octal 332 144 133
Decimal 218 100 91
Hex DA 64 5B

RGB Percentages of Color #da645b

%53.30
%24.45
%22.25

CMYK Percentages of Color #da645b

%0
%54
%58
%15

Triadic Colors of #da645b

#da645b #5bda64 #645bda

Analogous Colors of #da645b

#da645b #daa45b #da5b92

Monochromatic Colors of #da645b

#da645b

Complementary Color

#da645b #5bd1da

#da645b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da645b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da645b Color CSS Codes

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

#da645b Text Font Color

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

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


#da645b Background Color

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

This div background color is #da645b


#da645b Border Color

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

This div border color is #da645b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da645b


Comments

No comments written yet.

Please login to write comment.