Color Hex Logo

#da357f Color Hex

#DA357F
(218,53,127)
0 Favorites   0 Comments

Color spaces of #da357f

RGB 21853127
HSL0.930.690.53
HSV333°76°85°
CMYK 0.000.760.42   0.15
XYZ34.017318.983921.9500
Yxy18.98390.45390.2533
Hunter Lab43.570563.11390.6302
CIE-Lab50.668467.6326-2.3249

#da357f color RGB value is (218,53,127).

#da357f hex color red value is 218, green value is 53 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #da357f hue: 0.93 , saturation: 0.69 and the lightness value of da357f is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110101 01111111
Octal 332 65 177
Decimal 218 53 127
Hex DA 35 7F

RGB Percentages of Color #da357f

%54.77
%13.32
%31.91

CMYK Percentages of Color #da357f

%0
%76
%42
%15

Triadic Colors of #da357f

#da357f #7fda35 #357fda

Analogous Colors of #da357f

#da357f #da3d35 #da35d2

Monochromatic Colors of #da357f

#da357f

Complementary Color

#da357f #35da90

#da357f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da357f Color Preview on White Background

Lorem ipsum dolor sit amet.

#da357f Color CSS Codes

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

#da357f Text Font Color

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

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


#da357f Background Color

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

This div background color is #da357f


#da357f Border Color

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

This div border color is #da357f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,53,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 #da357f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da357f


Comments

No comments written yet.

Please login to write comment.