Color Hex Logo

#da2ed4 Color Hex

#DA2ED4
(218,46,212)
0 Favorites   0 Comments

Color spaces of #da2ed4

RGB 21846212
HSL0.840.700.52
HSV302°79°85°
CMYK 0.000.790.03   0.15
XYZ41.774121.612964.2573
Yxy21.61290.32730.1693
Hunter Lab46.489779.0373-49.4069
CIE-Lab53.613980.0943-47.7345

#da2ed4 color RGB value is (218,46,212).

#da2ed4 hex color red value is 218, green value is 46 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #da2ed4 hue: 0.84 , saturation: 0.70 and the lightness value of da2ed4 is 0.52.

The process color (four color CMYK) of #da2ed4 color hex is 0.00, 0.79, 0.03, 0.15. Web safe color of #da2ed4 is #cc33cc. Color #da2ed4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00101110 11010100
Octal 332 56 324
Decimal 218 46 212
Hex DA 2E D4

RGB Percentages of Color #da2ed4

%45.80
%9.66
%44.54

CMYK Percentages of Color #da2ed4

%0
%79
%3
%15

Triadic Colors of #da2ed4

#da2ed4 #d4da2e #2ed4da

Analogous Colors of #da2ed4

#da2ed4 #da2e7e #8a2eda

Monochromatic Colors of #da2ed4

#da2ed4

Complementary Color

#da2ed4 #2eda34

#da2ed4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da2ed4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da2ed4 Color CSS Codes

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

#da2ed4 Text Font Color

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

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


#da2ed4 Background Color

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

This div background color is #da2ed4


#da2ed4 Border Color

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

This div border color is #da2ed4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da2ed4


Comments

No comments written yet.

Please login to write comment.