Color Hex Logo

#da2968 Color Hex

#DA2968
(218,41,104)
0 Favorites   0 Comments

Color spaces of #da2968

RGB 21841104
HSL0.940.710.51
HSV339°81°85°
CMYK 0.000.810.52   0.15
XYZ32.205117.490814.7754
Yxy17.49080.49950.2713
Hunter Lab41.822064.26578.3287
CIE-Lab48.872668.95389.0738

#da2968 color RGB value is (218,41,104).

#da2968 hex color red value is 218, green value is 41 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #da2968 hue: 0.94 , saturation: 0.71 and the lightness value of da2968 is 0.51.

The process color (four color CMYK) of #da2968 color hex is 0.00, 0.81, 0.52, 0.15. Web safe color of #da2968 is #cc3366. Color #da2968 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101001 01101000
Octal 332 51 150
Decimal 218 41 104
Hex DA 29 68

RGB Percentages of Color #da2968

%60.06
%11.29
%28.65

CMYK Percentages of Color #da2968

%0
%81
%52
%15

Triadic Colors of #da2968

#da2968 #68da29 #2968da

Analogous Colors of #da2968

#da2968 #da4229 #da29c1

Monochromatic Colors of #da2968

#da2968

Complementary Color

#da2968 #29da9b

#da2968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2968 Color CSS Codes

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

#da2968 Text Font Color

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

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


#da2968 Background Color

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

This div background color is #da2968


#da2968 Border Color

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

This div border color is #da2968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2968


Comments

No comments written yet.

Please login to write comment.