Color Hex Logo

#da023c Color Hex

#DA023C
(218,2,60)
0 Favorites   0 Comments

Color spaces of #da023c

RGB 218260
HSL0.960.980.43
HSV344°99°85°
CMYK 0.000.990.72   0.15
XYZ29.750815.27515.6553
Yxy15.27510.58700.3014
Hunter Lab39.083467.480818.7792
CIE-Lab46.008772.208332.2904

#da023c color RGB value is (218,2,60).

#da023c hex color red value is 218, green value is 2 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #da023c hue: 0.96 , saturation: 0.98 and the lightness value of da023c is 0.43.

The process color (four color CMYK) of #da023c color hex is 0.00, 0.99, 0.72, 0.15. Web safe color of #da023c is #cc0033. Color #da023c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000010 00111100
Octal 332 2 74
Decimal 218 2 60
Hex DA 2 3C

RGB Percentages of Color #da023c

%77.86
%0.71
%21.43

CMYK Percentages of Color #da023c

%0
%99
%72
%15

Triadic Colors of #da023c

#da023c #3cda02 #023cda

Analogous Colors of #da023c

#da023c #da3402 #da02a8

Monochromatic Colors of #da023c

#da023c

Complementary Color

#da023c #02daa0

#da023c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da023c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da023c Color CSS Codes

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

#da023c Text Font Color

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

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


#da023c Background Color

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

This div background color is #da023c


#da023c Border Color

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

This div border color is #da023c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da023c


Comments

No comments written yet.

Please login to write comment.