Color Hex Logo

#da152b Color Hex

#DA152B
(218,21,43)
0 Favorites   0 Comments

Color spaces of #da152b

RGB 2182143
HSL0.980.820.47
HSV353°90°85°
CMYK 0.000.900.80   0.15
XYZ29.617715.61623.7387
Yxy15.61620.60480.3189
Hunter Lab39.517364.627922.0528
CIE-Lab46.466969.726442.6960

#da152b color RGB value is (218,21,43).

#da152b hex color red value is 218, green value is 21 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #da152b hue: 0.98 , saturation: 0.82 and the lightness value of da152b is 0.47.

The process color (four color CMYK) of #da152b color hex is 0.00, 0.90, 0.80, 0.15. Web safe color of #da152b is #cc0033. Color #da152b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00010101 00101011
Octal 332 25 53
Decimal 218 21 43
Hex DA 15 2B

RGB Percentages of Color #da152b

%77.30
%7.45
%15.25

CMYK Percentages of Color #da152b

%0
%90
%80
%15

Triadic Colors of #da152b

#da152b #2bda15 #152bda

Analogous Colors of #da152b

#da152b #da6215 #da158e

Monochromatic Colors of #da152b

#da152b

Complementary Color

#da152b #15dac4

#da152b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da152b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da152b Color CSS Codes

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

#da152b Text Font Color

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

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


#da152b Background Color

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

This div background color is #da152b


#da152b Border Color

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

This div border color is #da152b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da152b


Comments

No comments written yet.

Please login to write comment.