Color Hex Logo

#da82fa Color Hex

#DA82FA
(218,130,250)
0 Favorites   0 Comments

Color spaces of #da82fa

RGB 218130250
HSL0.790.920.75
HSV284°48°98°
CMYK 0.130.480.00   0.02
XYZ54.151437.772894.8793
Yxy37.77280.28990.2022
Hunter Lab61.459649.7202-48.5083
CIE-Lab67.852853.0678-46.4557

#da82fa color RGB value is (218,130,250).

#da82fa hex color red value is 218, green value is 130 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #da82fa hue: 0.79 , saturation: 0.92 and the lightness value of da82fa is 0.75.

The process color (four color CMYK) of #da82fa color hex is 0.13, 0.48, 0.00, 0.02. Web safe color of #da82fa is #cc99ff. Color #da82fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10000010 11111010
Octal 332 202 372
Decimal 218 130 250
Hex DA 82 FA

RGB Percentages of Color #da82fa

%36.45
%21.74
%41.81

CMYK Percentages of Color #da82fa

%13
%48
%0
%2

Triadic Colors of #da82fa

#da82fa #fada82 #82fada

Analogous Colors of #da82fa

#da82fa #fa82de #9e82fa

Monochromatic Colors of #da82fa

#da82fa

Complementary Color

#da82fa #a2fa82

#da82fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da82fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da82fa Color CSS Codes

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

#da82fa Text Font Color

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

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


#da82fa Background Color

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

This div background color is #da82fa


#da82fa Border Color

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

This div border color is #da82fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da82fa


Comments

No comments written yet.

Please login to write comment.