Color Hex Logo

#da165d Color Hex

#DA165D
(218,22,93)
0 Favorites   0 Comments

Color spaces of #da165d

RGB 2182293
HSL0.940.820.47
HSV338°90°85°
CMYK 0.000.900.57   0.15
XYZ31.176116.269611.8531
Yxy16.26960.52570.2744
Hunter Lab40.335667.378610.8118
CIE-Lab47.326271.866413.6867

#da165d color RGB value is (218,22,93).

#da165d hex color red value is 218, green value is 22 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #da165d hue: 0.94 , saturation: 0.82 and the lightness value of da165d is 0.47.

The process color (four color CMYK) of #da165d color hex is 0.00, 0.90, 0.57, 0.15. Web safe color of #da165d is #cc0066. Color #da165d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010110 01011101
Octal 332 26 135
Decimal 218 22 93
Hex DA 16 5D

RGB Percentages of Color #da165d

%65.47
%6.61
%27.93

CMYK Percentages of Color #da165d

%0
%90
%57
%15

Triadic Colors of #da165d

#da165d #5dda16 #165dda

Analogous Colors of #da165d

#da165d #da3116 #da16bf

Monochromatic Colors of #da165d

#da165d

Complementary Color

#da165d #16da93

#da165d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da165d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da165d Color CSS Codes

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

#da165d Text Font Color

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

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


#da165d Background Color

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

This div background color is #da165d


#da165d Border Color

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

This div border color is #da165d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,22,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 #da165d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da165d


Comments

No comments written yet.

Please login to write comment.