Color Hex Logo

#da48fa Color Hex

#DA48FA
(218,72,250)
0 Favorites   0 Comments

Color spaces of #da48fa

RGB 21872250
HSL0.800.950.63
HSV289°71°98°
CMYK 0.130.710.00   0.02
XYZ48.486126.442392.9908
Yxy26.44230.28870.1575
Hunter Lab51.422178.3198-71.2236
CIE-Lab58.454578.5872-61.3837

#da48fa color RGB value is (218,72,250).

#da48fa hex color red value is 218, green value is 72 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #da48fa hue: 0.80 , saturation: 0.95 and the lightness value of da48fa is 0.63.

The process color (four color CMYK) of #da48fa color hex is 0.13, 0.71, 0.00, 0.02. Web safe color of #da48fa is #cc33ff. Color #da48fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01001000 11111010
Octal 332 110 372
Decimal 218 72 250
Hex DA 48 FA

RGB Percentages of Color #da48fa

%40.37
%13.33
%46.30

CMYK Percentages of Color #da48fa

%13
%71
%0
%2

Triadic Colors of #da48fa

#da48fa #fada48 #48fada

Analogous Colors of #da48fa

#da48fa #fa48c1 #8148fa

Monochromatic Colors of #da48fa

#da48fa

Complementary Color

#da48fa #68fa48

#da48fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da48fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da48fa Color CSS Codes

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

#da48fa Text Font Color

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

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


#da48fa Background Color

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

This div background color is #da48fa


#da48fa Border Color

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

This div border color is #da48fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da48fa


Comments

No comments written yet.

Please login to write comment.