Color Hex Logo

#da658e Color Hex

#DA658E
(218,101,142)
0 Favorites   0 Comments

Color spaces of #da658e

RGB 218101142
HSL0.940.610.63
HSV339°54°85°
CMYK 0.000.540.35   0.15
XYZ38.449626.165828.6152
Yxy26.16580.41240.2807
Hunter Lab51.152544.65542.6394
CIE-Lab58.194149.9873-0.1869

#da658e color RGB value is (218,101,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100101 10001110
Octal 332 145 216
Decimal 218 101 142
Hex DA 65 8E

RGB Percentages of Color #da658e

%47.29
%21.91
%30.80

CMYK Percentages of Color #da658e

%0
%54
%35
%15

Triadic Colors of #da658e

#da658e #8eda65 #658eda

Analogous Colors of #da658e

#da658e #da7765 #da65c9

Monochromatic Colors of #da658e

#da658e

Complementary Color

#da658e #65dab1

#da658e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da658e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da658e Color CSS Codes

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

#da658e Text Font Color

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

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


#da658e Background Color

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

This div background color is #da658e


#da658e Border Color

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

This div border color is #da658e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da658e


Comments

No comments written yet.

Please login to write comment.