Color Hex Logo

#da5bef Color Hex

#DA5BEF
(218,91,239)
0 Favorites   0 Comments

Color spaces of #da5bef

RGB 21891239
HSL0.810.820.65
HSV291°62°94°
CMYK 0.090.620.00   0.06
XYZ48.234528.619684.6432
Yxy28.61960.29870.1772
Hunter Lab53.497367.3198-56.3603
CIE-Lab60.444469.3177-52.0960

#da5bef color RGB value is (218,91,239).

#da5bef hex color red value is 218, green value is 91 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #da5bef hue: 0.81 , saturation: 0.82 and the lightness value of da5bef is 0.65.

The process color (four color CMYK) of #da5bef color hex is 0.09, 0.62, 0.00, 0.06. Web safe color of #da5bef is #cc66ff. Color #da5bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01011011 11101111
Octal 332 133 357
Decimal 218 91 239
Hex DA 5B EF

RGB Percentages of Color #da5bef

%39.78
%16.61
%43.61

CMYK Percentages of Color #da5bef

%9
%62
%0
%6

Triadic Colors of #da5bef

#da5bef #efda5b #5befda

Analogous Colors of #da5bef

#da5bef #ef5bba #905bef

Monochromatic Colors of #da5bef

#da5bef

Complementary Color

#da5bef #70ef5b

#da5bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da5bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#da5bef Color CSS Codes

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

#da5bef Text Font Color

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

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


#da5bef Background Color

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

This div background color is #da5bef


#da5bef Border Color

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

This div border color is #da5bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da5bef


Comments

No comments written yet.

Please login to write comment.