Color Hex Logo

#db43fd Color Hex

#DB43FD
(219,67,253)
0 Favorites   0 Comments

Color spaces of #db43fd

RGB 21967253
HSL0.800.980.63
HSV289°74°99°
CMYK 0.130.740.00   0.01
XYZ48.950226.166295.3991
Yxy26.16620.28710.1535
Hunter Lab51.152981.2960-74.7676
CIE-Lab58.194580.9787-63.4562

#db43fd color RGB value is (219,67,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01000011 11111101
Octal 333 103 375
Decimal 219 67 253
Hex DB 43 FD

RGB Percentages of Color #db43fd

%40.63
%12.43
%46.94

CMYK Percentages of Color #db43fd

%13
%74
%0
%1

Triadic Colors of #db43fd

#db43fd #fddb43 #43fddb

Analogous Colors of #db43fd

#db43fd #fd43c2 #7e43fd

Monochromatic Colors of #db43fd

#db43fd

Complementary Color

#db43fd #65fd43

#db43fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db43fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db43fd Color CSS Codes

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

#db43fd Text Font Color

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

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


#db43fd Background Color

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

This div background color is #db43fd


#db43fd Border Color

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

This div border color is #db43fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db43fd


Comments

No comments written yet.

Please login to write comment.