Color Hex Logo

#da53fd Color Hex

#DA53FD
(218,83,253)
0 Favorites   0 Comments

Color spaces of #da53fd

RGB 21883253
HSL0.800.980.66
HSV288°67°99°
CMYK 0.140.670.00   0.01
XYZ49.736328.183895.7471
Yxy28.18380.28640.1623
Hunter Lab53.088474.3244-69.7700
CIE-Lab60.054475.0957-60.4818

#da53fd color RGB value is (218,83,253).

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

The process color (four color CMYK) of #da53fd color hex is 0.14, 0.67, 0.00, 0.01. Web safe color of #da53fd is #cc66ff. Color #da53fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01010011 11111101
Octal 332 123 375
Decimal 218 83 253
Hex DA 53 FD

RGB Percentages of Color #da53fd

%39.35
%14.98
%45.67

CMYK Percentages of Color #da53fd

%14
%67
%0
%1

Triadic Colors of #da53fd

#da53fd #fdda53 #53fdda

Analogous Colors of #da53fd

#da53fd #fd53cb #8553fd

Monochromatic Colors of #da53fd

#da53fd

Complementary Color

#da53fd #76fd53

#da53fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da53fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da53fd Color CSS Codes

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

#da53fd Text Font Color

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

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


#da53fd Background Color

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

This div background color is #da53fd


#da53fd Border Color

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

This div border color is #da53fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da53fd

Related Colors


Comments

No comments written yet.

Please login to write comment.