Color Hex Logo

#db92fd Color Hex

#DB92FD
(219,146,253)
0 Favorites   0 Comments

Color spaces of #db92fd

RGB 219146253
HSL0.780.960.78
HSV281°42°99°
CMYK 0.130.420.00   0.01
XYZ57.221942.709798.1564
Yxy42.70970.28890.2156
Hunter Lab65.352741.9250-43.3037
CIE-Lab71.357545.6523-42.5877

#db92fd color RGB value is (219,146,253).

#db92fd hex color red value is 219, green value is 146 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #db92fd hue: 0.78 , saturation: 0.96 and the lightness value of db92fd is 0.78.

The process color (four color CMYK) of #db92fd color hex is 0.13, 0.42, 0.00, 0.01. Web safe color of #db92fd is #cc99ff. Color #db92fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010010 11111101
Octal 333 222 375
Decimal 219 146 253
Hex DB 92 FD

RGB Percentages of Color #db92fd

%35.44
%23.62
%40.94

CMYK Percentages of Color #db92fd

%13
%42
%0
%1

Triadic Colors of #db92fd

#db92fd #fddb92 #92fddb

Analogous Colors of #db92fd

#db92fd #fd92ea #a692fd

Monochromatic Colors of #db92fd

#db92fd

Complementary Color

#db92fd #b4fd92

#db92fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db92fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db92fd Color CSS Codes

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

#db92fd Text Font Color

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

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


#db92fd Background Color

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

This div background color is #db92fd


#db92fd Border Color

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

This div border color is #db92fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db92fd


Comments

No comments written yet.

Please login to write comment.