Color Hex Logo

#da329b Color Hex

#DA329B
(218,50,155)
0 Favorites   0 Comments

Color spaces of #da329b

RGB 21850155
HSL0.900.690.53
HSV323°77°85°
CMYK 0.000.770.29   0.15
XYZ35.970419.553232.8886
Yxy19.55320.40680.2212
Hunter Lab44.219067.8194-13.1446
CIE-Lab51.328271.4563-18.1084

#da329b color RGB value is (218,50,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110010 10011011
Octal 332 62 233
Decimal 218 50 155
Hex DA 32 9B

RGB Percentages of Color #da329b

%51.54
%11.82
%36.64

CMYK Percentages of Color #da329b

%0
%77
%29
%15

Triadic Colors of #da329b

#da329b #9bda32 #329bda

Analogous Colors of #da329b

#da329b #da3247 #c532da

Monochromatic Colors of #da329b

#da329b

Complementary Color

#da329b #32da71

#da329b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da329b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da329b Color CSS Codes

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

#da329b Text Font Color

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

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


#da329b Background Color

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

This div background color is #da329b


#da329b Border Color

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

This div border color is #da329b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da329b


Comments

No comments written yet.

Please login to write comment.