Color Hex Logo

#da608f Color Hex

#DA608F
(218,96,143)
0 Favorites   0 Comments

Color spaces of #da608f

RGB 21896143
HSL0.940.620.62
HSV337°56°85°
CMYK 0.000.560.34   0.15
XYZ38.054225.254328.8555
Yxy25.25430.41290.2740
Hunter Lab50.253747.22391.1334
CIE-Lab57.322452.4728-2.0475

#da608f color RGB value is (218,96,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100000 10001111
Octal 332 140 217
Decimal 218 96 143
Hex DA 60 8F

RGB Percentages of Color #da608f

%47.70
%21.01
%31.29

CMYK Percentages of Color #da608f

%0
%56
%34
%15

Triadic Colors of #da608f

#da608f #8fda60 #608fda

Analogous Colors of #da608f

#da608f #da6e60 #da60cc

Monochromatic Colors of #da608f

#da608f

Complementary Color

#da608f #60daab

#da608f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da608f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da608f Color CSS Codes

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

#da608f Text Font Color

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

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


#da608f Background Color

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

This div background color is #da608f


#da608f Border Color

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

This div border color is #da608f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da608f


Comments

No comments written yet.

Please login to write comment.