Color Hex Logo

#da5865 Color Hex

#DA5865
(218,88,101)
0 Favorites   0 Comments

Color spaces of #da5865

RGB 21888101
HSL0.980.640.60
HSV354°60°85°
CMYK 0.000.600.54   0.15
XYZ34.752122.824514.8858
Yxy22.82450.47960.3150
Hunter Lab47.775046.236814.9688
CIE-Lab54.891151.969119.1952

#da5865 color RGB value is (218,88,101).

#da5865 hex color red value is 218, green value is 88 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #da5865 hue: 0.98 , saturation: 0.64 and the lightness value of da5865 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011000 01100101
Octal 332 130 145
Decimal 218 88 101
Hex DA 58 65

RGB Percentages of Color #da5865

%53.56
%21.62
%24.82

CMYK Percentages of Color #da5865

%0
%60
%54
%15

Triadic Colors of #da5865

#da5865 #65da58 #5865da

Analogous Colors of #da5865

#da5865 #da8c58 #da58a6

Monochromatic Colors of #da5865

#da5865

Complementary Color

#da5865 #58dacd

#da5865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5865 Color CSS Codes

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

#da5865 Text Font Color

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

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


#da5865 Background Color

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

This div background color is #da5865


#da5865 Border Color

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

This div border color is #da5865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5865


Comments

No comments written yet.

Please login to write comment.