Color Hex Logo

#da4398 Color Hex

#DA4398
(218,67,152)
0 Favorites   0 Comments

Color spaces of #da4398

RGB 21867152
HSL0.910.670.56
HSV326°69°85°
CMYK 0.000.690.30   0.15
XYZ36.588121.186731.8668
Yxy21.18670.40820.2363
Hunter Lab46.029061.3375-8.8273
CIE-Lab53.153265.6485-13.5575

#da4398 color RGB value is (218,67,152).

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

The process color (four color CMYK) of #da4398 color hex is 0.00, 0.69, 0.30, 0.15. Web safe color of #da4398 is #cc3399. Color #da4398 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000011 10011000
Octal 332 103 230
Decimal 218 67 152
Hex DA 43 98

RGB Percentages of Color #da4398

%49.89
%15.33
%34.78

CMYK Percentages of Color #da4398

%0
%69
%30
%15

Triadic Colors of #da4398

#da4398 #98da43 #4398da

Analogous Colors of #da4398

#da4398 #da434c #d143da

Monochromatic Colors of #da4398

#da4398

Complementary Color

#da4398 #43da85

#da4398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da4398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da4398 Color CSS Codes

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

#da4398 Text Font Color

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

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


#da4398 Background Color

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

This div background color is #da4398


#da4398 Border Color

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

This div border color is #da4398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da4398


Comments

No comments written yet.

Please login to write comment.