Color Hex Logo

#da5efb Color Hex

#DA5EFB
(218,94,251)
0 Favorites   0 Comments

Color spaces of #da5efb

RGB 21894251
HSL0.800.950.68
HSV287°63°98°
CMYK 0.130.630.00   0.02
XYZ50.328729.875994.3808
Yxy29.87590.28830.1711
Hunter Lab54.658968.7060-64.1163
CIE-Lab61.547070.2556-56.9926

#da5efb color RGB value is (218,94,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011110 11111011
Octal 332 136 373
Decimal 218 94 251
Hex DA 5E FB

RGB Percentages of Color #da5efb

%38.72
%16.70
%44.58

CMYK Percentages of Color #da5efb

%13
%63
%0
%2

Triadic Colors of #da5efb

#da5efb #fbda5e #5efbda

Analogous Colors of #da5efb

#da5efb #fb5ece #8c5efb

Monochromatic Colors of #da5efb

#da5efb

Complementary Color

#da5efb #7ffb5e

#da5efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5efb Color CSS Codes

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

#da5efb Text Font Color

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

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


#da5efb Background Color

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

This div background color is #da5efb


#da5efb Border Color

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

This div border color is #da5efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5efb

Related Colors


Comments

No comments written yet.

Please login to write comment.