Color Hex Logo

#da31f5 Color Hex

#DA31F5
(218,49,245)
0 Favorites   0 Comments

Color spaces of #da31f5

RGB 21849245
HSL0.810.910.58
HSV292°80°96°
CMYK 0.110.800.00   0.04
XYZ46.493223.694688.5093
Yxy23.69460.29300.1493
Hunter Lab48.677185.3067-73.7327
CIE-Lab55.780784.5618-62.8951

#da31f5 color RGB value is (218,49,245).

#da31f5 hex color red value is 218, green value is 49 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #da31f5 hue: 0.81 , saturation: 0.91 and the lightness value of da31f5 is 0.58.

The process color (four color CMYK) of #da31f5 color hex is 0.11, 0.80, 0.00, 0.04. Web safe color of #da31f5 is #cc33ff. Color #da31f5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 00110001 11110101
Octal 332 61 365
Decimal 218 49 245
Hex DA 31 F5

RGB Percentages of Color #da31f5

%42.58
%9.57
%47.85

CMYK Percentages of Color #da31f5

%11
%80
%0
%4

Triadic Colors of #da31f5

#da31f5 #f5da31 #31f5da

Analogous Colors of #da31f5

#da31f5 #f531ae #7831f5

Monochromatic Colors of #da31f5

#da31f5

Complementary Color

#da31f5 #4cf531

#da31f5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da31f5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#da31f5 Color CSS Codes

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

#da31f5 Text Font Color

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

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


#da31f5 Background Color

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

This div background color is #da31f5


#da31f5 Border Color

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

This div border color is #da31f5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da31f5


Comments

No comments written yet.

Please login to write comment.