Color Hex Logo

#da349b Color Hex

#DA349B
(218,52,155)
0 Favorites   0 Comments

Color spaces of #da349b

RGB 21852155
HSL0.900.690.53
HSV323°76°85°
CMYK 0.000.760.29   0.15
XYZ36.057819.728032.9178
Yxy19.72800.40650.2224
Hunter Lab44.416267.1808-12.8497
CIE-Lab51.528370.8868-17.8032

#da349b color RGB value is (218,52,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110100 10011011
Octal 332 64 233
Decimal 218 52 155
Hex DA 34 9B

RGB Percentages of Color #da349b

%51.29
%12.24
%36.47

CMYK Percentages of Color #da349b

%0
%76
%29
%15

Triadic Colors of #da349b

#da349b #9bda34 #349bda

Analogous Colors of #da349b

#da349b #da3448 #c634da

Monochromatic Colors of #da349b

#da349b

Complementary Color

#da349b #34da73

#da349b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da349b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da349b Color CSS Codes

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

#da349b Text Font Color

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

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


#da349b Background Color

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

This div background color is #da349b


#da349b Border Color

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

This div border color is #da349b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da349b


Comments

No comments written yet.

Please login to write comment.