Color Hex Logo

#da53fb Color Hex

#DA53FB
(218,83,251)
0 Favorites   0 Comments

Color spaces of #da53fb

RGB 21883251
HSL0.800.950.65
HSV288°67°98°
CMYK 0.130.670.00   0.02
XYZ49.419328.057094.0776
Yxy28.05700.28810.1635
Hunter Lab52.968973.8428-68.2263
CIE-Lab59.940274.7302-59.5586

#da53fb color RGB value is (218,83,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 11111011
Octal 332 123 373
Decimal 218 83 251
Hex DA 53 FB

RGB Percentages of Color #da53fb

%39.49
%15.04
%45.47

CMYK Percentages of Color #da53fb

%13
%67
%0
%2

Triadic Colors of #da53fb

#da53fb #fbda53 #53fbda

Analogous Colors of #da53fb

#da53fb #fb53c8 #8653fb

Monochromatic Colors of #da53fb

#da53fb

Complementary Color

#da53fb #74fb53

#da53fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da53fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#da53fb Color CSS Codes

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

#da53fb Text Font Color

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

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


#da53fb Background Color

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

This div background color is #da53fb


#da53fb Border Color

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

This div border color is #da53fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da53fb


Comments

No comments written yet.

Please login to write comment.