Color Hex Logo

#da629a Color Hex

#DA629A
(218,98,154)
0 Favorites   0 Comments

Color spaces of #da629a

RGB 21898154
HSL0.920.620.62
HSV332°55°85°
CMYK 0.000.550.29   0.15
XYZ39.113925.973933.5238
Yxy25.97390.39660.2634
Hunter Lab50.964647.8057-3.3249
CIE-Lab58.012352.8885-7.4426

#da629a color RGB value is (218,98,154).

#da629a hex color red value is 218, green value is 98 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #da629a hue: 0.92 , saturation: 0.62 and the lightness value of da629a is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 10011010
Octal 332 142 232
Decimal 218 98 154
Hex DA 62 9A

RGB Percentages of Color #da629a

%46.38
%20.85
%32.77

CMYK Percentages of Color #da629a

%0
%55
%29
%15

Triadic Colors of #da629a

#da629a #9ada62 #629ada

Analogous Colors of #da629a

#da629a #da6662 #da62d6

Monochromatic Colors of #da629a

#da629a

Complementary Color

#da629a #62daa2

#da629a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da629a Color Preview on White Background

Lorem ipsum dolor sit amet.

#da629a Color CSS Codes

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

#da629a Text Font Color

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

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


#da629a Background Color

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

This div background color is #da629a


#da629a Border Color

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

This div border color is #da629a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da629a


Comments

No comments written yet.

Please login to write comment.