Color Hex Logo

#da0753 Color Hex

#DA0753
(218,7,83)
0 Favorites   0 Comments

Color spaces of #da0753

RGB 218783
HSL0.940.940.44
HSV338°97°85°
CMYK 0.000.970.62   0.15
XYZ30.550815.68199.6003
Yxy15.68190.54720.2809
Hunter Lab39.600468.408113.3466
CIE-Lab46.554472.872418.8356

#da0753 color RGB value is (218,7,83).

#da0753 hex color red value is 218, green value is 7 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #da0753 hue: 0.94 , saturation: 0.94 and the lightness value of da0753 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000111 01010011
Octal 332 7 123
Decimal 218 7 83
Hex DA 7 53

RGB Percentages of Color #da0753

%70.78
%2.27
%26.95

CMYK Percentages of Color #da0753

%0
%97
%62
%15

Triadic Colors of #da0753

#da0753 #53da07 #0753da

Analogous Colors of #da0753

#da0753 #da2507 #da07bd

Monochromatic Colors of #da0753

#da0753

Complementary Color

#da0753 #07da8e

#da0753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da0753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da0753 Color CSS Codes

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

#da0753 Text Font Color

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

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


#da0753 Background Color

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

This div background color is #da0753


#da0753 Border Color

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

This div border color is #da0753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da0753


Comments

No comments written yet.

Please login to write comment.