Color Hex Logo

#da638e Color Hex

#DA638E
(218,99,142)
0 Favorites   0 Comments

Color spaces of #da638e

RGB 21899142
HSL0.940.620.62
HSV338°55°85°
CMYK 0.000.550.35   0.15
XYZ38.257825.782128.5512
Yxy25.78210.41320.2785
Hunter Lab50.776145.63472.2047
CIE-Lab57.829650.9423-0.7197

#da638e color RGB value is (218,99,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 10001110
Octal 332 143 216
Decimal 218 99 142
Hex DA 63 8E

RGB Percentages of Color #da638e

%47.49
%21.57
%30.94

CMYK Percentages of Color #da638e

%0
%55
%35
%15

Triadic Colors of #da638e

#da638e #8eda63 #638eda

Analogous Colors of #da638e

#da638e #da7463 #da63ca

Monochromatic Colors of #da638e

#da638e

Complementary Color

#da638e #63daaf

#da638e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da638e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da638e Color CSS Codes

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

#da638e Text Font Color

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

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


#da638e Background Color

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

This div background color is #da638e


#da638e Border Color

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

This div border color is #da638e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da638e


Comments

No comments written yet.

Please login to write comment.