Color Hex Logo

#da7cfa Color Hex

#DA7CFA
(218,124,250)
0 Favorites   0 Comments

Color spaces of #da7cfa

RGB 218124250
HSL0.790.930.73
HSV285°50°98°
CMYK 0.130.500.00   0.02
XYZ53.376436.222994.6209
Yxy36.22290.28970.1966
Hunter Lab60.185552.9809-51.0833
CIE-Lab66.689956.0936-48.2872

#da7cfa color RGB value is (218,124,250).

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

The process color (four color CMYK) of #da7cfa color hex is 0.13, 0.50, 0.00, 0.02. Web safe color of #da7cfa is #cc66ff. Color #da7cfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01111100 11111010
Octal 332 174 372
Decimal 218 124 250
Hex DA 7C FA

RGB Percentages of Color #da7cfa

%36.82
%20.95
%42.23

CMYK Percentages of Color #da7cfa

%13
%50
%0
%2

Triadic Colors of #da7cfa

#da7cfa #fada7c #7cfada

Analogous Colors of #da7cfa

#da7cfa #fa7cdb #9b7cfa

Monochromatic Colors of #da7cfa

#da7cfa

Complementary Color

#da7cfa #9cfa7c

#da7cfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da7cfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#da7cfa Color CSS Codes

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

#da7cfa Text Font Color

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

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


#da7cfa Background Color

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

This div background color is #da7cfa


#da7cfa Border Color

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

This div border color is #da7cfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da7cfa


Comments

No comments written yet.

Please login to write comment.