Color Hex Logo

#da247d Color Hex

#DA247D
(218,36,125)
0 Favorites   0 Comments

Color spaces of #da247d

RGB 21836125
HSL0.920.720.50
HSV331°83°85°
CMYK 0.000.830.43   0.15
XYZ33.246017.647821.0562
Yxy17.64780.46210.2453
Hunter Lab42.009367.7480-0.3113
CIE-Lab49.066171.8353-3.4735

#da247d color RGB value is (218,36,125).

#da247d hex color red value is 218, green value is 36 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #da247d hue: 0.92 , saturation: 0.72 and the lightness value of da247d is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 00100100 01111101
Octal 332 44 175
Decimal 218 36 125
Hex DA 24 7D

RGB Percentages of Color #da247d

%57.52
%9.50
%32.98

CMYK Percentages of Color #da247d

%0
%83
%43
%15

Triadic Colors of #da247d

#da247d #7dda24 #247dda

Analogous Colors of #da247d

#da247d #da2624 #da24d8

Monochromatic Colors of #da247d

#da247d

Complementary Color

#da247d #24da81

#da247d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da247d Color Preview on White Background

Lorem ipsum dolor sit amet.

#da247d Color CSS Codes

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

#da247d Text Font Color

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

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


#da247d Background Color

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

This div background color is #da247d


#da247d Border Color

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

This div border color is #da247d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da247d


Comments

No comments written yet.

Please login to write comment.