Color Hex Logo

#da398d Color Hex

#DA398D
(218,57,141)
0 Favorites   0 Comments

Color spaces of #da398d

RGB 21857141
HSL0.910.690.54
HSV329°74°85°
CMYK 0.000.740.35   0.15
XYZ35.184319.754827.1579
Yxy19.75480.42860.2406
Hunter Lab44.446463.5217-5.1153
CIE-Lab51.558867.8083-9.4143

#da398d color RGB value is (218,57,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111001 10001101
Octal 332 71 215
Decimal 218 57 141
Hex DA 39 8D

RGB Percentages of Color #da398d

%52.40
%13.70
%33.89

CMYK Percentages of Color #da398d

%0
%74
%35
%15

Triadic Colors of #da398d

#da398d #8dda39 #398dda

Analogous Colors of #da398d

#da398d #da393d #d739da

Monochromatic Colors of #da398d

#da398d

Complementary Color

#da398d #39da86

#da398d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da398d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da398d Color CSS Codes

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

#da398d Text Font Color

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

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


#da398d Background Color

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

This div background color is #da398d


#da398d Border Color

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

This div border color is #da398d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da398d


Comments

No comments written yet.

Please login to write comment.