Color Hex Logo

#da088d Color Hex

#DA088D
(218,8,141)
0 Favorites   0 Comments

Color spaces of #da088d

RGB 2188141
HSL0.890.930.44
HSV322°96°85°
CMYK 0.000.960.35   0.15
XYZ33.808017.002226.6992
Yxy17.00220.43620.2194
Hunter Lab41.233774.1952-9.5272
CIE-Lab48.262877.2719-14.3843

#da088d color RGB value is (218,8,141).

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

The process color (four color CMYK) of #da088d color hex is 0.00, 0.96, 0.35, 0.15. Web safe color of #da088d is #cc0099. Color #da088d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00001000 10001101
Octal 332 10 215
Decimal 218 8 141
Hex DA 8 8D

RGB Percentages of Color #da088d

%59.40
%2.18
%38.42

CMYK Percentages of Color #da088d

%0
%96
%35
%15

Triadic Colors of #da088d

#da088d #8dda08 #088dda

Analogous Colors of #da088d

#da088d #da0824 #be08da

Monochromatic Colors of #da088d

#da088d

Complementary Color

#da088d #08da55

#da088d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da088d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da088d Color CSS Codes

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

#da088d Text Font Color

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

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


#da088d Background Color

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

This div background color is #da088d


#da088d Border Color

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

This div border color is #da088d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da088d


Comments

No comments written yet.

Please login to write comment.