Color Hex Logo

#da233f Color Hex

#DA233F
(218,35,63)
0 Favorites   0 Comments

Color spaces of #da233f

RGB 2183563
HSL0.970.720.50
HSV351°84°85°
CMYK 0.000.840.71   0.15
XYZ30.411716.46646.2781
Yxy16.46640.57210.3098
Hunter Lab40.578862.763519.2322
CIE-Lab47.580567.928632.3560

#da233f color RGB value is (218,35,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100011 00111111
Octal 332 43 77
Decimal 218 35 63
Hex DA 23 3F

RGB Percentages of Color #da233f

%68.99
%11.08
%19.94

CMYK Percentages of Color #da233f

%0
%84
%71
%15

Triadic Colors of #da233f

#da233f #3fda23 #233fda

Analogous Colors of #da233f

#da233f #da6323 #da239b

Monochromatic Colors of #da233f

#da233f

Complementary Color

#da233f #23dabe

#da233f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da233f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da233f Color CSS Codes

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

#da233f Text Font Color

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

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


#da233f Background Color

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

This div background color is #da233f


#da233f Border Color

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

This div border color is #da233f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da233f


Comments

No comments written yet.

Please login to write comment.