Color Hex Logo

#da065c Color Hex

#DA065C
(218,6,92)
0 Favorites   0 Comments

Color spaces of #da065c

RGB 218692
HSL0.930.950.44
HSV336°97°85°
CMYK 0.000.970.58   0.15
XYZ30.910315.808411.5474
Yxy15.80840.53050.2713
Hunter Lab39.759869.191010.6123
CIE-Lab46.722173.487613.4732

#da065c color RGB value is (218,6,92).

#da065c hex color red value is 218, green value is 6 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #da065c hue: 0.93 , saturation: 0.95 and the lightness value of da065c is 0.44.

The process color (four color CMYK) of #da065c color hex is 0.00, 0.97, 0.58, 0.15. Web safe color of #da065c is #cc0066. Color #da065c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000110 01011100
Octal 332 6 134
Decimal 218 6 92
Hex DA 6 5C

RGB Percentages of Color #da065c

%68.99
%1.90
%29.11

CMYK Percentages of Color #da065c

%0
%97
%58
%15

Triadic Colors of #da065c

#da065c #5cda06 #065cda

Analogous Colors of #da065c

#da065c #da1a06 #da06c6

Monochromatic Colors of #da065c

#da065c

Complementary Color

#da065c #06da84

#da065c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da065c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da065c Color CSS Codes

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

#da065c Text Font Color

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

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


#da065c Background Color

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

This div background color is #da065c


#da065c Border Color

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

This div border color is #da065c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da065c


Comments

No comments written yet.

Please login to write comment.