Color Hex Logo

#da4468 Color Hex

#DA4468
(218,68,104)
0 Favorites   0 Comments

Color spaces of #da4468

RGB 21868104
HSL0.960.670.56
HSV346°69°85°
CMYK 0.000.690.52   0.15
XYZ33.479320.039115.2001
Yxy20.03910.48720.2916
Hunter Lab44.765155.159411.2035
CIE-Lab51.881460.522713.2859

#da4468 color RGB value is (218,68,104).

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

The process color (four color CMYK) of #da4468 color hex is 0.00, 0.69, 0.52, 0.15. Web safe color of #da4468 is #cc3366. Color #da4468 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000100 01101000
Octal 332 104 150
Decimal 218 68 104
Hex DA 44 68

RGB Percentages of Color #da4468

%55.90
%17.44
%26.67

CMYK Percentages of Color #da4468

%0
%69
%52
%15

Triadic Colors of #da4468

#da4468 #68da44 #4468da

Analogous Colors of #da4468

#da4468 #da6b44 #da44b3

Monochromatic Colors of #da4468

#da4468

Complementary Color

#da4468 #44dab6

#da4468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4468 Color CSS Codes

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

#da4468 Text Font Color

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

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


#da4468 Background Color

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

This div background color is #da4468


#da4468 Border Color

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

This div border color is #da4468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4468


Comments

No comments written yet.

Please login to write comment.