Color Hex Logo

#da57fb Color Hex

#DA57FB
(218,87,251)
0 Favorites   0 Comments

Color spaces of #da57fb

RGB 21887251
HSL0.800.950.66
HSV288°65°98°
CMYK 0.130.650.00   0.02
XYZ49.734228.686994.1826
Yxy28.68690.28810.1662
Hunter Lab53.560272.0190-66.7661
CIE-Lab60.504373.1509-58.6568

#da57fb color RGB value is (218,87,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010111 11111011
Octal 332 127 373
Decimal 218 87 251
Hex DA 57 FB

RGB Percentages of Color #da57fb

%39.21
%15.65
%45.14

CMYK Percentages of Color #da57fb

%13
%65
%0
%2

Triadic Colors of #da57fb

#da57fb #fbda57 #57fbda

Analogous Colors of #da57fb

#da57fb #fb57ca #8857fb

Monochromatic Colors of #da57fb

#da57fb

Complementary Color

#da57fb #78fb57

#da57fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da57fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da57fb Color CSS Codes

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

#da57fb Text Font Color

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

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


#da57fb Background Color

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

This div background color is #da57fb


#da57fb Border Color

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

This div border color is #da57fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da57fb

Related Colors


Comments

No comments written yet.

Please login to write comment.