Color Hex Logo

#da465d Color Hex

#DA465D
(218,70,93)
0 Favorites   0 Comments

Color spaces of #da465d

RGB 2187093
HSL0.970.670.56
HSV351°68°85°
CMYK 0.000.680.57   0.15
XYZ33.079420.076112.4875
Yxy20.07610.50390.3058
Hunter Lab44.806453.370914.8404
CIE-Lab51.923158.931119.9382

#da465d color RGB value is (218,70,93).

#da465d hex color red value is 218, green value is 70 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #da465d hue: 0.97 , saturation: 0.67 and the lightness value of da465d is 0.56.

The process color (four color CMYK) of #da465d color hex is 0.00, 0.68, 0.57, 0.15. Web safe color of #da465d is #cc3366. Color #da465d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000110 01011101
Octal 332 106 135
Decimal 218 70 93
Hex DA 46 5D

RGB Percentages of Color #da465d

%57.22
%18.37
%24.41

CMYK Percentages of Color #da465d

%0
%68
%57
%15

Triadic Colors of #da465d

#da465d #5dda46 #465dda

Analogous Colors of #da465d

#da465d #da7946 #da46a7

Monochromatic Colors of #da465d

#da465d

Complementary Color

#da465d #46dac3

#da465d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da465d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da465d Color CSS Codes

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

#da465d Text Font Color

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

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


#da465d Background Color

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

This div background color is #da465d


#da465d Border Color

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

This div border color is #da465d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da465d


Comments

No comments written yet.

Please login to write comment.