Color Hex Logo

#da469b Color Hex

#DA469B
(218,70,155)
0 Favorites   0 Comments

Color spaces of #da469b

RGB 21870155
HSL0.900.670.56
HSV326°68°85°
CMYK 0.000.680.29   0.15
XYZ37.020021.652333.2385
Yxy21.65230.40280.2356
Hunter Lab46.532060.5802-9.7793
CIE-Lab53.656164.9064-14.5690

#da469b color RGB value is (218,70,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000110 10011011
Octal 332 106 233
Decimal 218 70 155
Hex DA 46 9B

RGB Percentages of Color #da469b

%49.21
%15.80
%34.99

CMYK Percentages of Color #da469b

%0
%68
%29
%15

Triadic Colors of #da469b

#da469b #9bda46 #469bda

Analogous Colors of #da469b

#da469b #da4651 #cf46da

Monochromatic Colors of #da469b

#da469b

Complementary Color

#da469b #46da85

#da469b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da469b Color Preview on White Background

Lorem ipsum dolor sit amet.

#da469b Color CSS Codes

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

#da469b Text Font Color

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

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


#da469b Background Color

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

This div background color is #da469b


#da469b Border Color

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

This div border color is #da469b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da469b


Comments

No comments written yet.

Please login to write comment.