Color Hex Logo

#da467d Color Hex

#DA467D
(218,70,125)
0 Favorites   0 Comments

Color spaces of #da467d

RGB 21870125
HSL0.940.670.56
HSV338°68°85°
CMYK 0.000.680.43   0.15
XYZ34.805320.766421.5759
Yxy20.76640.45120.2692
Hunter Lab45.570256.58583.8273
CIE-Lab52.692961.62651.8357

#da467d color RGB value is (218,70,125).

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

The process color (four color CMYK) of #da467d color hex is 0.00, 0.68, 0.43, 0.15. Web safe color of #da467d is #cc3366. Color #da467d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000110 01111101
Octal 332 106 175
Decimal 218 70 125
Hex DA 46 7D

RGB Percentages of Color #da467d

%52.78
%16.95
%30.27

CMYK Percentages of Color #da467d

%0
%68
%43
%15

Triadic Colors of #da467d

#da467d #7dda46 #467dda

Analogous Colors of #da467d

#da467d #da5946 #da46c7

Monochromatic Colors of #da467d

#da467d

Complementary Color

#da467d #46daa3

#da467d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da467d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da467d Color CSS Codes

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

#da467d Text Font Color

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

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


#da467d Background Color

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

This div background color is #da467d


#da467d Border Color

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

This div border color is #da467d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da467d


Comments

No comments written yet.

Please login to write comment.