Color Hex Logo

#da428c Color Hex

#DA428C
(218,66,140)
0 Favorites   0 Comments

Color spaces of #da428c

RGB 21866140
HSL0.920.670.56
HSV331°70°85°
CMYK 0.000.700.36   0.15
XYZ35.595320.695326.9295
Yxy20.69530.42770.2487
Hunter Lab45.492160.0562-3.2529
CIE-Lab52.614464.6510-7.2405

#da428c color RGB value is (218,66,140).

#da428c hex color red value is 218, green value is 66 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #da428c hue: 0.92 , saturation: 0.67 and the lightness value of da428c is 0.56.

The process color (four color CMYK) of #da428c color hex is 0.00, 0.70, 0.36, 0.15. Web safe color of #da428c is #cc3399. Color #da428c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000010 10001100
Octal 332 102 214
Decimal 218 66 140
Hex DA 42 8C

RGB Percentages of Color #da428c

%51.42
%15.57
%33.02

CMYK Percentages of Color #da428c

%0
%70
%36
%15

Triadic Colors of #da428c

#da428c #8cda42 #428cda

Analogous Colors of #da428c

#da428c #da4442 #da42d8

Monochromatic Colors of #da428c

#da428c

Complementary Color

#da428c #42da90

#da428c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da428c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da428c Color CSS Codes

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

#da428c Text Font Color

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

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


#da428c Background Color

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

This div background color is #da428c


#da428c Border Color

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

This div border color is #da428c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da428c


Comments

No comments written yet.

Please login to write comment.