Color Hex Logo

#da385c Color Hex

#DA385C
(218,56,92)
0 Favorites   0 Comments

Color spaces of #da385c

RGB 2185692
HSL0.960.690.54
HSV347°74°85°
CMYK 0.000.740.58   0.15
XYZ32.259418.506511.9971
Yxy18.50650.51400.2949
Hunter Lab43.019258.570713.5788
CIE-Lab50.104863.838518.0921

#da385c color RGB value is (218,56,92).

#da385c hex color red value is 218, green value is 56 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #da385c hue: 0.96 , saturation: 0.69 and the lightness value of da385c is 0.54.

The process color (four color CMYK) of #da385c color hex is 0.00, 0.74, 0.58, 0.15. Web safe color of #da385c is #cc3366. Color #da385c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111000 01011100
Octal 332 70 134
Decimal 218 56 92
Hex DA 38 5C

RGB Percentages of Color #da385c

%59.56
%15.30
%25.14

CMYK Percentages of Color #da385c

%0
%74
%58
%15

Triadic Colors of #da385c

#da385c #5cda38 #385cda

Analogous Colors of #da385c

#da385c #da6538 #da38ad

Monochromatic Colors of #da385c

#da385c

Complementary Color

#da385c #38dab6

#da385c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da385c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da385c Color CSS Codes

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

#da385c Text Font Color

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

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


#da385c Background Color

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

This div background color is #da385c


#da385c Border Color

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

This div border color is #da385c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da385c


Comments

No comments written yet.

Please login to write comment.