Color Hex Logo

#da637e Color Hex

#DA637E
(218,99,126)
0 Favorites   0 Comments

Color spaces of #da637e

RGB 21899126
HSL0.960.620.62
HSV346°55°85°
CMYK 0.000.550.42   0.15
XYZ37.141225.335522.6713
Yxy25.33550.43620.2975
Hunter Lab50.334443.62818.5290
CIE-Lab57.400949.16348.0122

#da637e color RGB value is (218,99,126).

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

The process color (four color CMYK) of #da637e color hex is 0.00, 0.55, 0.42, 0.15. Web safe color of #da637e is #cc6666. Color #da637e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100011 01111110
Octal 332 143 176
Decimal 218 99 126
Hex DA 63 7E

RGB Percentages of Color #da637e

%49.21
%22.35
%28.44

CMYK Percentages of Color #da637e

%0
%55
%42
%15

Triadic Colors of #da637e

#da637e #7eda63 #637eda

Analogous Colors of #da637e

#da637e #da8463 #da63ba

Monochromatic Colors of #da637e

#da637e

Complementary Color

#da637e #63dabf

#da637e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da637e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da637e Color CSS Codes

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

#da637e Text Font Color

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

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


#da637e Background Color

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

This div background color is #da637e


#da637e Border Color

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

This div border color is #da637e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da637e


Comments

No comments written yet.

Please login to write comment.