Color Hex Logo

#da376b Color Hex

#DA376B
(218,55,107)
0 Favorites   0 Comments

Color spaces of #da376b

RGB 21855107
HSL0.950.690.54
HSV341°75°85°
CMYK 0.000.750.51   0.15
XYZ32.933518.699315.7835
Yxy18.69930.48850.2774
Hunter Lab43.242760.27048.6291
CIE-Lab50.333565.26509.3065

#da376b color RGB value is (218,55,107).

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

The process color (four color CMYK) of #da376b color hex is 0.00, 0.75, 0.51, 0.15. Web safe color of #da376b is #cc3366. Color #da376b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110111 01101011
Octal 332 67 153
Decimal 218 55 107
Hex DA 37 6B

RGB Percentages of Color #da376b

%57.37
%14.47
%28.16

CMYK Percentages of Color #da376b

%0
%75
%51
%15

Triadic Colors of #da376b

#da376b #6bda37 #376bda

Analogous Colors of #da376b

#da376b #da5437 #da37bd

Monochromatic Colors of #da376b

#da376b

Complementary Color

#da376b #37daa6

#da376b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da376b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da376b Color CSS Codes

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

#da376b Text Font Color

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

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


#da376b Background Color

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

This div background color is #da376b


#da376b Border Color

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

This div border color is #da376b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da376b


Comments

No comments written yet.

Please login to write comment.