Color Hex Logo

#da638a Color Hex

#DA638A
(218,99,138)
0 Favorites   0 Comments

Color spaces of #da638a

RGB 21899138
HSL0.950.620.62
HSV340°55°85°
CMYK 0.000.550.37   0.15
XYZ37.962725.664126.9976
Yxy25.66410.41890.2832
Hunter Lab50.659745.10733.8650
CIE-Lab57.716850.47691.4511

#da638a color RGB value is (218,99,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 10001010
Octal 332 143 212
Decimal 218 99 138
Hex DA 63 8A

RGB Percentages of Color #da638a

%47.91
%21.76
%30.33

CMYK Percentages of Color #da638a

%0
%55
%37
%15

Triadic Colors of #da638a

#da638a #8ada63 #638ada

Analogous Colors of #da638a

#da638a #da7863 #da63c6

Monochromatic Colors of #da638a

#da638a

Complementary Color

#da638a #63dab3

#da638a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da638a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da638a Color CSS Codes

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

#da638a Text Font Color

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

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


#da638a Background Color

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

This div background color is #da638a


#da638a Border Color

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

This div border color is #da638a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da638a


Comments

No comments written yet.

Please login to write comment.