Color Hex Logo

#da348c Color Hex

#DA348C
(218,52,140)
0 Favorites   0 Comments

Color spaces of #da348c

RGB 21852140
HSL0.910.690.53
HSV328°76°85°
CMYK 0.000.760.36   0.15
XYZ34.875119.254926.6894
Yxy19.25490.43150.2382
Hunter Lab43.880465.0768-5.3457
CIE-Lab50.984169.2309-9.6771

#da348c color RGB value is (218,52,140).

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

The process color (four color CMYK) of #da348c color hex is 0.00, 0.76, 0.36, 0.15. Web safe color of #da348c is #cc3399. Color #da348c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110100 10001100
Octal 332 64 214
Decimal 218 52 140
Hex DA 34 8C

RGB Percentages of Color #da348c

%53.17
%12.68
%34.15

CMYK Percentages of Color #da348c

%0
%76
%36
%15

Triadic Colors of #da348c

#da348c #8cda34 #348cda

Analogous Colors of #da348c

#da348c #da3439 #d534da

Monochromatic Colors of #da348c

#da348c

Complementary Color

#da348c #34da82

#da348c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da348c Color Preview on White Background

Lorem ipsum dolor sit amet.

#da348c Color CSS Codes

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

#da348c Text Font Color

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

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


#da348c Background Color

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

This div background color is #da348c


#da348c Border Color

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

This div border color is #da348c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da348c


Comments

No comments written yet.

Please login to write comment.