Color Hex Logo

#da285f Color Hex

#DA285F
(218,40,95)
0 Favorites   0 Comments

Color spaces of #da285f

RGB 2184095
HSL0.950.710.51
HSV341°82°85°
CMYK 0.000.820.56   0.15
XYZ31.737817.249212.4831
Yxy17.24920.51630.2806
Hunter Lab41.532263.723811.2520
CIE-Lab48.572568.553114.1727

#da285f color RGB value is (218,40,95).

#da285f hex color red value is 218, green value is 40 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #da285f hue: 0.95 , saturation: 0.71 and the lightness value of da285f is 0.51.

The process color (four color CMYK) of #da285f color hex is 0.00, 0.82, 0.56, 0.15. Web safe color of #da285f is #cc3366. Color #da285f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101000 01011111
Octal 332 50 137
Decimal 218 40 95
Hex DA 28 5F

RGB Percentages of Color #da285f

%61.76
%11.33
%26.91

CMYK Percentages of Color #da285f

%0
%82
%56
%15

Triadic Colors of #da285f

#da285f #5fda28 #285fda

Analogous Colors of #da285f

#da285f #da4a28 #da28b8

Monochromatic Colors of #da285f

#da285f

Complementary Color

#da285f #28daa3

#da285f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da285f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da285f Color CSS Codes

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

#da285f Text Font Color

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

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


#da285f Background Color

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

This div background color is #da285f


#da285f Border Color

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

This div border color is #da285f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da285f


Comments

No comments written yet.

Please login to write comment.