Color Hex Logo

#da8cfc Color Hex

#DA8CFC
(218,140,252)
0 Favorites   0 Comments

Color spaces of #da8cfc

RGB 218140252
HSL0.780.950.77
HSV282°44°99°
CMYK 0.130.440.00   0.01
XYZ55.862240.689997.0051
Yxy40.68990.28860.2102
Hunter Lab63.788644.6893-45.5119
CIE-Lab69.958148.3133-44.2420

#da8cfc color RGB value is (218,140,252).

#da8cfc hex color red value is 218, green value is 140 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #da8cfc hue: 0.78 , saturation: 0.95 and the lightness value of da8cfc is 0.77.

The process color (four color CMYK) of #da8cfc color hex is 0.13, 0.44, 0.00, 0.01. Web safe color of #da8cfc is #cc99ff. Color #da8cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10001100 11111100
Octal 332 214 374
Decimal 218 140 252
Hex DA 8C FC

RGB Percentages of Color #da8cfc

%35.74
%22.95
%41.31

CMYK Percentages of Color #da8cfc

%13
%44
%0
%1

Triadic Colors of #da8cfc

#da8cfc #fcda8c #8cfcda

Analogous Colors of #da8cfc

#da8cfc #fc8ce6 #a28cfc

Monochromatic Colors of #da8cfc

#da8cfc

Complementary Color

#da8cfc #aefc8c

#da8cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da8cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#da8cfc Color CSS Codes

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

#da8cfc Text Font Color

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

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


#da8cfc Background Color

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

This div background color is #da8cfc


#da8cfc Border Color

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

This div border color is #da8cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da8cfc


Comments

No comments written yet.

Please login to write comment.