Color Hex Logo

#da439b Color Hex

#DA439B
(218,67,155)
0 Favorites   0 Comments

Color spaces of #da439b

RGB 21867155
HSL0.900.670.56
HSV325°69°85°
CMYK 0.000.690.29   0.15
XYZ36.837021.286333.1775
Yxy21.28630.40350.2331
Hunter Lab46.137161.7790-10.3399
CIE-Lab53.261466.0051-15.1671

#da439b color RGB value is (218,67,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000011 10011011
Octal 332 103 233
Decimal 218 67 155
Hex DA 43 9B

RGB Percentages of Color #da439b

%49.55
%15.23
%35.23

CMYK Percentages of Color #da439b

%0
%69
%29
%15

Triadic Colors of #da439b

#da439b #9bda43 #439bda

Analogous Colors of #da439b

#da439b #da434f #ce43da

Monochromatic Colors of #da439b

#da439b

Complementary Color

#da439b #43da82

#da439b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da439b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da439b Color CSS Codes

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

#da439b Text Font Color

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

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


#da439b Background Color

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

This div background color is #da439b


#da439b Border Color

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

This div border color is #da439b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da439b


Comments

No comments written yet.

Please login to write comment.