Color Hex Logo

#da8693 Color Hex

#DA8693
(218,134,147)
0 Favorites   0 Comments

Color spaces of #da8693

RGB 218134147
HSL0.970.530.69
HSV351°39°85°
CMYK 0.000.390.33   0.15
XYZ42.705034.062231.9276
Yxy34.06220.39290.3134
Hunter Lab58.362828.47638.4192
CIE-Lab65.011933.76786.8041

#da8693 color RGB value is (218,134,147).

#da8693 hex color red value is 218, green value is 134 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #da8693 hue: 0.97 , saturation: 0.53 and the lightness value of da8693 is 0.69.

The process color (four color CMYK) of #da8693 color hex is 0.00, 0.39, 0.33, 0.15. Web safe color of #da8693 is #cc9999. Color #da8693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000110 10010011
Octal 332 206 223
Decimal 218 134 147
Hex DA 86 93

RGB Percentages of Color #da8693

%43.69
%26.85
%29.46

CMYK Percentages of Color #da8693

%0
%39
%33
%15

Triadic Colors of #da8693

#da8693 #93da86 #8693da

Analogous Colors of #da8693

#da8693 #daa386 #da86bd

Monochromatic Colors of #da8693

#da8693

Complementary Color

#da8693 #86dacd

#da8693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8693 Color CSS Codes

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

#da8693 Text Font Color

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

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


#da8693 Background Color

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

This div background color is #da8693


#da8693 Border Color

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

This div border color is #da8693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8693


Comments

No comments written yet.

Please login to write comment.