Color Hex Logo

#da699d Color Hex

#DA699D
(218,105,157)
0 Favorites   0 Comments

Color spaces of #da699d

RGB 218105157
HSL0.920.600.63
HSV332°52°85°
CMYK 0.000.520.28   0.15
XYZ40.050827.442935.0844
Yxy27.44290.39040.2675
Hunter Lab52.386044.7937-3.0380
CIE-Lab59.382149.9303-7.1448

#da699d color RGB value is (218,105,157).

#da699d hex color red value is 218, green value is 105 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #da699d hue: 0.92 , saturation: 0.60 and the lightness value of da699d is 0.63.

The process color (four color CMYK) of #da699d color hex is 0.00, 0.52, 0.28, 0.15. Web safe color of #da699d is #cc6699. Color #da699d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01101001 10011101
Octal 332 151 235
Decimal 218 105 157
Hex DA 69 9D

RGB Percentages of Color #da699d

%45.42
%21.88
%32.71

CMYK Percentages of Color #da699d

%0
%52
%28
%15

Triadic Colors of #da699d

#da699d #9dda69 #699dda

Analogous Colors of #da699d

#da699d #da6e69 #da69d6

Monochromatic Colors of #da699d

#da699d

Complementary Color

#da699d #69daa6

#da699d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da699d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da699d Color CSS Codes

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

#da699d Text Font Color

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

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


#da699d Background Color

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

This div background color is #da699d


#da699d Border Color

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

This div border color is #da699d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da699d


Comments

No comments written yet.

Please login to write comment.