Color Hex Logo

#da346b Color Hex

#DA346B
(218,52,107)
0 Favorites   0 Comments

Color spaces of #da346b

RGB 21852107
HSL0.940.690.53
HSV340°76°85°
CMYK 0.000.760.51   0.15
XYZ32.795318.422915.7374
Yxy18.42290.48980.2752
Hunter Lab42.921961.27308.3065
CIE-Lab50.005166.18898.8425

#da346b color RGB value is (218,52,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110100 01101011
Octal 332 64 153
Decimal 218 52 107
Hex DA 34 6B

RGB Percentages of Color #da346b

%57.82
%13.79
%28.38

CMYK Percentages of Color #da346b

%0
%76
%51
%15

Triadic Colors of #da346b

#da346b #6bda34 #346bda

Analogous Colors of #da346b

#da346b #da5034 #da34be

Monochromatic Colors of #da346b

#da346b

Complementary Color

#da346b #34daa3

#da346b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da346b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da346b Color CSS Codes

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

#da346b Text Font Color

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

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


#da346b Background Color

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

This div background color is #da346b


#da346b Border Color

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

This div border color is #da346b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da346b


Comments

No comments written yet.

Please login to write comment.