Color Hex Logo

#da4263 Color Hex

#DA4263
(218,66,99)
0 Favorites   0 Comments

Color spaces of #da4263

RGB 2186699
HSL0.960.670.56
HSV347°70°85°
CMYK 0.000.700.55   0.15
XYZ33.113819.702713.8621
Yxy19.70270.49660.2955
Hunter Lab44.387755.484712.5554
CIE-Lab51.499460.879515.7655

#da4263 color RGB value is (218,66,99).

#da4263 hex color red value is 218, green value is 66 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #da4263 hue: 0.96 , saturation: 0.67 and the lightness value of da4263 is 0.56.

The process color (four color CMYK) of #da4263 color hex is 0.00, 0.70, 0.55, 0.15. Web safe color of #da4263 is #cc3366. Color #da4263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000010 01100011
Octal 332 102 143
Decimal 218 66 99
Hex DA 42 63

RGB Percentages of Color #da4263

%56.92
%17.23
%25.85

CMYK Percentages of Color #da4263

%0
%70
%55
%15

Triadic Colors of #da4263

#da4263 #63da42 #4263da

Analogous Colors of #da4263

#da4263 #da6d42 #da42af

Monochromatic Colors of #da4263

#da4263

Complementary Color

#da4263 #42dab9

#da4263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4263 Color CSS Codes

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

#da4263 Text Font Color

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

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


#da4263 Background Color

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

This div background color is #da4263


#da4263 Border Color

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

This div border color is #da4263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4263


Comments

No comments written yet.

Please login to write comment.