Color Hex Logo

#da628e Color Hex

#DA628E
(218,98,142)
0 Favorites   0 Comments

Color spaces of #da628e

RGB 21898142
HSL0.940.620.62
HSV338°55°85°
CMYK 0.000.550.35   0.15
XYZ38.163625.593828.5198
Yxy25.59380.41360.2774
Hunter Lab50.590346.12121.9891
CIE-Lab57.649551.4157-0.9834

#da628e color RGB value is (218,98,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 10001110
Octal 332 142 216
Decimal 218 98 142
Hex DA 62 8E

RGB Percentages of Color #da628e

%47.60
%21.40
%31.00

CMYK Percentages of Color #da628e

%0
%55
%35
%15

Triadic Colors of #da628e

#da628e #8eda62 #628eda

Analogous Colors of #da628e

#da628e #da7262 #da62ca

Monochromatic Colors of #da628e

#da628e

Complementary Color

#da628e #62daae

#da628e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da628e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da628e Color CSS Codes

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

#da628e Text Font Color

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

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


#da628e Background Color

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

This div background color is #da628e


#da628e Border Color

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

This div border color is #da628e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,98,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 #da628e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da628e


Comments

No comments written yet.

Please login to write comment.