Color Hex Logo

#da398f Color Hex

#DA398F
(218,57,143)
0 Favorites   0 Comments

Color spaces of #da398f

RGB 21857143
HSL0.910.690.54
HSV328°74°85°
CMYK 0.000.740.34   0.15
XYZ35.334519.814927.9489
Yxy19.81490.42520.2385
Hunter Lab44.513963.7913-6.0666
CIE-Lab51.627368.0235-10.5069

#da398f color RGB value is (218,57,143).

#da398f hex color red value is 218, green value is 57 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #da398f hue: 0.91 , saturation: 0.69 and the lightness value of da398f is 0.54.

The process color (four color CMYK) of #da398f color hex is 0.00, 0.74, 0.34, 0.15. Web safe color of #da398f is #cc3399. Color #da398f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111001 10001111
Octal 332 71 217
Decimal 218 57 143
Hex DA 39 8F

RGB Percentages of Color #da398f

%52.15
%13.64
%34.21

CMYK Percentages of Color #da398f

%0
%74
%34
%15

Triadic Colors of #da398f

#da398f #8fda39 #398fda

Analogous Colors of #da398f

#da398f #da393e #d539da

Monochromatic Colors of #da398f

#da398f

Complementary Color

#da398f #39da84

#da398f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da398f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da398f Color CSS Codes

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

#da398f Text Font Color

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

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


#da398f Background Color

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

This div background color is #da398f


#da398f Border Color

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

This div border color is #da398f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da398f


Comments

No comments written yet.

Please login to write comment.