Color Hex Logo

#da638f Color Hex

#DA638F
(218,99,143)
0 Favorites   0 Comments

Color spaces of #da638f

RGB 21899143
HSL0.940.620.62
HSV338°55°85°
CMYK 0.000.550.34   0.15
XYZ38.333225.812328.9485
Yxy25.81230.41180.2773
Hunter Lab50.805845.76891.7814
CIE-Lab57.858551.0605-1.2611

#da638f color RGB value is (218,99,143).

#da638f hex color red value is 218, green value is 99 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #da638f hue: 0.94 , saturation: 0.62 and the lightness value of da638f is 0.62.

The process color (four color CMYK) of #da638f color hex is 0.00, 0.55, 0.34, 0.15. Web safe color of #da638f is #cc6699. Color #da638f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 10001111
Octal 332 143 217
Decimal 218 99 143
Hex DA 63 8F

RGB Percentages of Color #da638f

%47.39
%21.52
%31.09

CMYK Percentages of Color #da638f

%0
%55
%34
%15

Triadic Colors of #da638f

#da638f #8fda63 #638fda

Analogous Colors of #da638f

#da638f #da7363 #da63cb

Monochromatic Colors of #da638f

#da638f

Complementary Color

#da638f #63daae

#da638f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da638f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da638f Color CSS Codes

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

#da638f Text Font Color

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

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


#da638f Background Color

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

This div background color is #da638f


#da638f Border Color

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

This div border color is #da638f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,99,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 #da638f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da638f


Comments

No comments written yet.

Please login to write comment.