Color Hex Logo

#da379b Color Hex

#DA379B
(218,55,155)
0 Favorites   0 Comments

Color spaces of #da379b

RGB 21855155
HSL0.900.690.54
HSV323°75°85°
CMYK 0.000.750.29   0.15
XYZ36.196020.004432.9638
Yxy20.00440.40590.2244
Hunter Lab44.726366.1852-12.3890
CIE-Lab51.842269.9956-17.3244

#da379b color RGB value is (218,55,155).

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

The process color (four color CMYK) of #da379b color hex is 0.00, 0.75, 0.29, 0.15. Web safe color of #da379b is #cc3399. Color #da379b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110111 10011011
Octal 332 67 233
Decimal 218 55 155
Hex DA 37 9B

RGB Percentages of Color #da379b

%50.93
%12.85
%36.21

CMYK Percentages of Color #da379b

%0
%75
%29
%15

Triadic Colors of #da379b

#da379b #9bda37 #379bda

Analogous Colors of #da379b

#da379b #da3749 #c837da

Monochromatic Colors of #da379b

#da379b

Complementary Color

#da379b #37da76

#da379b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da379b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da379b Color CSS Codes

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

#da379b Text Font Color

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

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


#da379b Background Color

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

This div background color is #da379b


#da379b Border Color

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

This div border color is #da379b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da379b


Comments

No comments written yet.

Please login to write comment.