Color Hex Logo

#da2338 Color Hex

#DA2338
(218,35,56)
0 Favorites   0 Comments

Color spaces of #da2338

RGB 2183556
HSL0.980.720.50
HSV353°84°85°
CMYK 0.000.840.74   0.15
XYZ30.228316.39305.3123
Yxy16.39300.58210.3157
Hunter Lab40.488362.412620.5626
CIE-Lab47.485967.647636.3775

#da2338 color RGB value is (218,35,56).

#da2338 hex color red value is 218, green value is 35 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #da2338 hue: 0.98 , saturation: 0.72 and the lightness value of da2338 is 0.50.

The process color (four color CMYK) of #da2338 color hex is 0.00, 0.84, 0.74, 0.15. Web safe color of #da2338 is #cc3333. Color #da2338 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100011 00111000
Octal 332 43 70
Decimal 218 35 56
Hex DA 23 38

RGB Percentages of Color #da2338

%70.55
%11.33
%18.12

CMYK Percentages of Color #da2338

%0
%84
%74
%15

Triadic Colors of #da2338

#da2338 #38da23 #2338da

Analogous Colors of #da2338

#da2338 #da6a23 #da2394

Monochromatic Colors of #da2338

#da2338

Complementary Color

#da2338 #23dac5

#da2338 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2338 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2338 Color CSS Codes

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

#da2338 Text Font Color

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

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


#da2338 Background Color

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

This div background color is #da2338


#da2338 Border Color

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

This div border color is #da2338


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2338


Comments

No comments written yet.

Please login to write comment.