Color Hex Logo

#da035d Color Hex

#DA035D
(218,3,93)
0 Favorites   0 Comments

Color spaces of #da035d

RGB 218393
HSL0.930.970.43
HSV335°99°85°
CMYK 0.000.990.57   0.15
XYZ30.921815.760911.7683
Yxy15.76090.52900.2696
Hunter Lab39.700069.556310.2146
CIE-Lab46.659273.801312.7650

#da035d color RGB value is (218,3,93).

#da035d hex color red value is 218, green value is 3 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #da035d hue: 0.93 , saturation: 0.97 and the lightness value of da035d is 0.43.

The process color (four color CMYK) of #da035d color hex is 0.00, 0.99, 0.57, 0.15. Web safe color of #da035d is #cc0066. Color #da035d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00000011 01011101
Octal 332 3 135
Decimal 218 3 93
Hex DA 3 5D

RGB Percentages of Color #da035d

%69.43
%0.96
%29.62

CMYK Percentages of Color #da035d

%0
%99
%57
%15

Triadic Colors of #da035d

#da035d #5dda03 #035dda

Analogous Colors of #da035d

#da035d #da1403 #da03c9

Monochromatic Colors of #da035d

#da035d

Complementary Color

#da035d #03da80

#da035d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da035d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da035d Color CSS Codes

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

#da035d Text Font Color

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

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


#da035d Background Color

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

This div background color is #da035d


#da035d Border Color

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

This div border color is #da035d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da035d


Comments

No comments written yet.

Please login to write comment.