Color Hex Logo

#da084d Color Hex

#DA084D
(218,8,77)
0 Favorites   0 Comments

Color spaces of #da084d

RGB 218877
HSL0.950.930.44
HSV340°96°85°
CMYK 0.000.960.65   0.15
XYZ30.339815.61498.4361
Yxy15.61490.55780.2871
Hunter Lab39.515767.898315.0033
CIE-Lab46.465172.466722.4362

#da084d color RGB value is (218,8,77).

#da084d hex color red value is 218, green value is 8 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #da084d hue: 0.95 , saturation: 0.93 and the lightness value of da084d is 0.44.

The process color (four color CMYK) of #da084d color hex is 0.00, 0.96, 0.65, 0.15. Web safe color of #da084d is #cc0066. Color #da084d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001000 01001101
Octal 332 10 115
Decimal 218 8 77
Hex DA 8 4D

RGB Percentages of Color #da084d

%71.95
%2.64
%25.41

CMYK Percentages of Color #da084d

%0
%96
%65
%15

Triadic Colors of #da084d

#da084d #4dda08 #084dda

Analogous Colors of #da084d

#da084d #da2c08 #da08b6

Monochromatic Colors of #da084d

#da084d

Complementary Color

#da084d #08da95

#da084d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da084d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da084d Color CSS Codes

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

#da084d Text Font Color

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

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


#da084d Background Color

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

This div background color is #da084d


#da084d Border Color

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

This div border color is #da084d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da084d


Comments

No comments written yet.

Please login to write comment.