Color Hex Logo

#da62fb Color Hex

#DA62FB
(218,98,251)
0 Favorites   0 Comments

Color spaces of #da62fb

RGB 21898251
HSL0.800.950.68
HSV287°61°98°
CMYK 0.130.610.00   0.02
XYZ50.693730.605894.5024
Yxy30.60580.28840.1741
Hunter Lab55.322566.7506-62.5539
CIE-Lab62.173468.5309-55.9944

#da62fb color RGB value is (218,98,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01100010 11111011
Octal 332 142 373
Decimal 218 98 251
Hex DA 62 FB

RGB Percentages of Color #da62fb

%38.45
%17.28
%44.27

CMYK Percentages of Color #da62fb

%13
%61
%0
%2

Triadic Colors of #da62fb

#da62fb #fbda62 #62fbda

Analogous Colors of #da62fb

#da62fb #fb62d0 #8e62fb

Monochromatic Colors of #da62fb

#da62fb

Complementary Color

#da62fb #83fb62

#da62fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da62fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da62fb Color CSS Codes

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

#da62fb Text Font Color

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

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


#da62fb Background Color

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

This div background color is #da62fb


#da62fb Border Color

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

This div border color is #da62fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da62fb

Related Colors


Comments

No comments written yet.

Please login to write comment.