Color Hex Logo

#da5492 Color Hex

#DA5492
(218,84,146)
0 Favorites   0 Comments

Color spaces of #da5492

RGB 21884146
HSL0.920.640.59
HSV332°61°85°
CMYK 0.000.610.33   0.15
XYZ37.272123.321429.7312
Yxy23.32140.41260.2582
Hunter Lab48.292253.2555-2.6974
CIE-Lab55.401958.2087-6.6454

#da5492 color RGB value is (218,84,146).

#da5492 hex color red value is 218, green value is 84 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #da5492 hue: 0.92 , saturation: 0.64 and the lightness value of da5492 is 0.59.

The process color (four color CMYK) of #da5492 color hex is 0.00, 0.61, 0.33, 0.15. Web safe color of #da5492 is #cc6699. Color #da5492 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010100 10010010
Octal 332 124 222
Decimal 218 84 146
Hex DA 54 92

RGB Percentages of Color #da5492

%48.66
%18.75
%32.59

CMYK Percentages of Color #da5492

%0
%61
%33
%15

Triadic Colors of #da5492

#da5492 #92da54 #5492da

Analogous Colors of #da5492

#da5492 #da5954 #da54d5

Monochromatic Colors of #da5492

#da5492

Complementary Color

#da5492 #54da9c

#da5492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5492 Color CSS Codes

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

#da5492 Text Font Color

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

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


#da5492 Background Color

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

This div background color is #da5492


#da5492 Border Color

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

This div border color is #da5492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5492


Comments

No comments written yet.

Please login to write comment.