Color Hex Logo

#da388d Color Hex

#DA388D
(218,56,141)
0 Favorites   0 Comments

Color spaces of #da388d

RGB 21856141
HSL0.910.690.54
HSV329°74°85°
CMYK 0.000.740.35   0.15
XYZ35.135319.656927.1416
Yxy19.65690.42880.2399
Hunter Lab44.336163.8688-5.2608
CIE-Lab51.447168.1234-9.5818

#da388d color RGB value is (218,56,141).

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

The process color (four color CMYK) of #da388d color hex is 0.00, 0.74, 0.35, 0.15. Web safe color of #da388d is #cc3399. Color #da388d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00111000 10001101
Octal 332 70 215
Decimal 218 56 141
Hex DA 38 8D

RGB Percentages of Color #da388d

%52.53
%13.49
%33.98

CMYK Percentages of Color #da388d

%0
%74
%35
%15

Triadic Colors of #da388d

#da388d #8dda38 #388dda

Analogous Colors of #da388d

#da388d #da383c #d638da

Monochromatic Colors of #da388d

#da388d

Complementary Color

#da388d #38da85

#da388d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da388d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da388d Color CSS Codes

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

#da388d Text Font Color

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

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


#da388d Background Color

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

This div background color is #da388d


#da388d Border Color

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

This div border color is #da388d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da388d


Comments

No comments written yet.

Please login to write comment.