Color Hex Logo

#da525c Color Hex

#DA525C
(218,82,92)
0 Favorites   0 Comments

Color spaces of #da525c

RGB 2188292
HSL0.990.650.59
HSV356°62°85°
CMYK 0.000.620.58   0.15
XYZ33.862521.712712.5314
Yxy21.71270.49720.3188
Hunter Lab46.596948.173516.6728
CIE-Lab53.720853.936122.9240

#da525c color RGB value is (218,82,92).

#da525c hex color red value is 218, green value is 82 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #da525c hue: 0.99 , saturation: 0.65 and the lightness value of da525c is 0.59.

The process color (four color CMYK) of #da525c color hex is 0.00, 0.62, 0.58, 0.15. Web safe color of #da525c is #cc6666. Color #da525c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010010 01011100
Octal 332 122 134
Decimal 218 82 92
Hex DA 52 5C

RGB Percentages of Color #da525c

%55.61
%20.92
%23.47

CMYK Percentages of Color #da525c

%0
%62
%58
%15

Triadic Colors of #da525c

#da525c #5cda52 #525cda

Analogous Colors of #da525c

#da525c #da8c52 #da52a0

Monochromatic Colors of #da525c

#da525c

Complementary Color

#da525c #52dad0

#da525c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da525c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da525c Color CSS Codes

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

#da525c Text Font Color

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

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


#da525c Background Color

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

This div background color is #da525c


#da525c Border Color

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

This div border color is #da525c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da525c


Comments

No comments written yet.

Please login to write comment.