Color Hex Logo

#da675d Color Hex

#DA675D
(218,103,93)
0 Favorites   0 Comments

Color spaces of #da675d

RGB 21810393
HSL0.010.630.61
HSV57°85°
CMYK 0.000.530.57   0.15
XYZ35.739525.396213.3742
Yxy25.39620.47970.3408
Hunter Lab50.394638.400219.5413
CIE-Lab57.459444.253327.2360

#da675d color RGB value is (218,103,93).

#da675d hex color red value is 218, green value is 103 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #da675d hue: 0.01 , saturation: 0.63 and the lightness value of da675d is 0.61.

The process color (four color CMYK) of #da675d color hex is 0.00, 0.53, 0.57, 0.15. Web safe color of #da675d is #cc6666. Color #da675d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100111 01011101
Octal 332 147 135
Decimal 218 103 93
Hex DA 67 5D

RGB Percentages of Color #da675d

%52.66
%24.88
%22.46

CMYK Percentages of Color #da675d

%0
%53
%57
%15

Triadic Colors of #da675d

#da675d #5dda67 #675dda

Analogous Colors of #da675d

#da675d #daa65d #da5d92

Monochromatic Colors of #da675d

#da675d

Complementary Color

#da675d #5dd0da

#da675d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da675d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da675d Color CSS Codes

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

#da675d Text Font Color

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

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


#da675d Background Color

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

This div background color is #da675d


#da675d Border Color

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

This div border color is #da675d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da675d


Comments

No comments written yet.

Please login to write comment.