Color Hex Logo

#da638c Color Hex

#DA638C
(218,99,140)
0 Favorites   0 Comments

Color spaces of #da638c

RGB 21899140
HSL0.940.620.62
HSV339°55°85°
CMYK 0.000.550.36   0.15
XYZ38.108925.722627.7673
Yxy25.72260.41600.2808
Hunter Lab50.717545.36873.0415
CIE-Lab57.772850.70770.3647

#da638c color RGB value is (218,99,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 10001100
Octal 332 143 214
Decimal 218 99 140
Hex DA 63 8C

RGB Percentages of Color #da638c

%47.70
%21.66
%30.63

CMYK Percentages of Color #da638c

%0
%55
%36
%15

Triadic Colors of #da638c

#da638c #8cda63 #638cda

Analogous Colors of #da638c

#da638c #da7663 #da63c8

Monochromatic Colors of #da638c

#da638c

Complementary Color

#da638c #63dab1

#da638c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da638c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da638c Color CSS Codes

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

#da638c Text Font Color

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

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


#da638c Background Color

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

This div background color is #da638c


#da638c Border Color

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

This div border color is #da638c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da638c


Comments

No comments written yet.

Please login to write comment.