Color Hex Logo

#da263d Color Hex

#DA263D
(218,38,61)
0 Favorites   0 Comments

Color spaces of #da263d

RGB 2183861
HSL0.980.710.50
HSV352°83°85°
CMYK 0.000.830.72   0.15
XYZ30.448916.62866.0197
Yxy16.62860.57350.3132
Hunter Lab40.778261.923419.7923
CIE-Lab47.788667.171133.7897

#da263d color RGB value is (218,38,61).

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

The process color (four color CMYK) of #da263d color hex is 0.00, 0.83, 0.72, 0.15. Web safe color of #da263d is #cc3333. Color #da263d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100110 00111101
Octal 332 46 75
Decimal 218 38 61
Hex DA 26 3D

RGB Percentages of Color #da263d

%68.77
%11.99
%19.24

CMYK Percentages of Color #da263d

%0
%83
%72
%15

Triadic Colors of #da263d

#da263d #3dda26 #263dda

Analogous Colors of #da263d

#da263d #da6926 #da2697

Monochromatic Colors of #da263d

#da263d

Complementary Color

#da263d #26dac3

#da263d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da263d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da263d Color CSS Codes

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

#da263d Text Font Color

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

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


#da263d Background Color

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

This div background color is #da263d


#da263d Border Color

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

This div border color is #da263d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da263d


Comments

No comments written yet.

Please login to write comment.