Color Hex Logo

#da608e Color Hex

#DA608E
(218,96,142)
0 Favorites   0 Comments

Color spaces of #da608e

RGB 21896142
HSL0.940.620.62
HSV337°56°85°
CMYK 0.000.560.35   0.15
XYZ37.978825.224228.4582
Yxy25.22420.41430.2752
Hunter Lab50.223747.08891.5612
CIE-Lab57.293252.3549-1.5055

#da608e color RGB value is (218,96,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 10001110
Octal 332 140 216
Decimal 218 96 142
Hex DA 60 8E

RGB Percentages of Color #da608e

%47.81
%21.05
%31.14

CMYK Percentages of Color #da608e

%0
%56
%35
%15

Triadic Colors of #da608e

#da608e #8eda60 #608eda

Analogous Colors of #da608e

#da608e #da6f60 #da60cb

Monochromatic Colors of #da608e

#da608e

Complementary Color

#da608e #60daac

#da608e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da608e Color Preview on White Background

Lorem ipsum dolor sit amet.

#da608e Color CSS Codes

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

#da608e Text Font Color

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

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


#da608e Background Color

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

This div background color is #da608e


#da608e Border Color

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

This div border color is #da608e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da608e


Comments

No comments written yet.

Please login to write comment.