Color Hex Logo

#da257f Color Hex

#DA257F
(218,37,127)
0 Favorites   0 Comments

Color spaces of #da257f

RGB 21837127
HSL0.920.710.50
HSV330°83°85°
CMYK 0.000.830.42   0.15
XYZ33.405817.760921.7462
Yxy17.76090.45820.2436
Hunter Lab42.143767.7392-1.0931
CIE-Lab49.204871.8010-4.4842

#da257f color RGB value is (218,37,127).

#da257f hex color red value is 218, green value is 37 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #da257f hue: 0.92 , saturation: 0.71 and the lightness value of da257f is 0.50.

The process color (four color CMYK) of #da257f color hex is 0.00, 0.83, 0.42, 0.15. Web safe color of #da257f is #cc3366. Color #da257f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100101 01111111
Octal 332 45 177
Decimal 218 37 127
Hex DA 25 7F

RGB Percentages of Color #da257f

%57.07
%9.69
%33.25

CMYK Percentages of Color #da257f

%0
%83
%42
%15

Triadic Colors of #da257f

#da257f #7fda25 #257fda

Analogous Colors of #da257f

#da257f #da2625 #da25da

Monochromatic Colors of #da257f

#da257f

Complementary Color

#da257f #25da80

#da257f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da257f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da257f Color CSS Codes

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

#da257f Text Font Color

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

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


#da257f Background Color

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

This div background color is #da257f


#da257f Border Color

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

This div border color is #da257f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da257f


Comments

No comments written yet.

Please login to write comment.