Color Hex Logo

#da43fd Color Hex

#DA43FD
(218,67,253)
0 Favorites   0 Comments

Color spaces of #da43fd

RGB 21867253
HSL0.800.980.63
HSV289°74°99°
CMYK 0.140.740.00   0.01
XYZ48.650226.011695.3851
Yxy26.01160.28610.1530
Hunter Lab51.001681.0177-75.1853
CIE-Lab58.048180.7893-63.6993

#da43fd color RGB value is (218,67,253).

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

The process color (four color CMYK) of #da43fd color hex is 0.14, 0.74, 0.00, 0.01. Web safe color of #da43fd is #cc33ff. Color #da43fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 01000011 11111101
Octal 332 103 375
Decimal 218 67 253
Hex DA 43 FD

RGB Percentages of Color #da43fd

%40.52
%12.45
%47.03

CMYK Percentages of Color #da43fd

%14
%74
%0
%1

Triadic Colors of #da43fd

#da43fd #fdda43 #43fdda

Analogous Colors of #da43fd

#da43fd #fd43c3 #7d43fd

Monochromatic Colors of #da43fd

#da43fd

Complementary Color

#da43fd #66fd43

#da43fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#da43fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#da43fd Color CSS Codes

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

#da43fd Text Font Color

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

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


#da43fd Background Color

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

This div background color is #da43fd


#da43fd Border Color

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

This div border color is #da43fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #da43fd

Related Colors


Comments

No comments written yet.

Please login to write comment.