Color Hex Logo

#da0835 Color Hex

#DA0835
(218,8,53)
0 Favorites   0 Comments

Color spaces of #da0835

RGB 218853
HSL0.960.930.44
HSV347°96°85°
CMYK 0.000.960.76   0.15
XYZ29.642915.33614.7660
Yxy15.33610.59590.3083
Hunter Lab39.161366.582020.1972
CIE-Lab46.091171.442136.5690

#da0835 color RGB value is (218,8,53).

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

The process color (four color CMYK) of #da0835 color hex is 0.00, 0.96, 0.76, 0.15. Web safe color of #da0835 is #cc0033. Color #da0835 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001000 00110101
Octal 332 10 65
Decimal 218 8 53
Hex DA 8 35

RGB Percentages of Color #da0835

%78.14
%2.87
%19.00

CMYK Percentages of Color #da0835

%0
%96
%76
%15

Triadic Colors of #da0835

#da0835 #35da08 #0835da

Analogous Colors of #da0835

#da0835 #da4408 #da089e

Monochromatic Colors of #da0835

#da0835

Complementary Color

#da0835 #08daad

#da0835 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da0835 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da0835 Color CSS Codes

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

#da0835 Text Font Color

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

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


#da0835 Background Color

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

This div background color is #da0835


#da0835 Border Color

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

This div border color is #da0835


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da0835


Comments

No comments written yet.

Please login to write comment.