Color Hex Logo

#db92fb Color Hex

#DB92FB
(219,146,251)
0 Favorites   0 Comments

Color spaces of #db92fb

RGB 219146251
HSL0.780.930.78
HSV282°42°98°
CMYK 0.130.420.00   0.02
XYZ56.904942.582996.4869
Yxy42.58290.29040.2173
Hunter Lab65.255641.4603-41.9873
CIE-Lab71.271045.2443-41.6352

#db92fb color RGB value is (219,146,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10010010 11111011
Octal 333 222 373
Decimal 219 146 251
Hex DB 92 FB

RGB Percentages of Color #db92fb

%35.55
%23.70
%40.75

CMYK Percentages of Color #db92fb

%13
%42
%0
%2

Triadic Colors of #db92fb

#db92fb #fbdb92 #92fbdb

Analogous Colors of #db92fb

#db92fb #fb92e7 #a792fb

Monochromatic Colors of #db92fb

#db92fb

Complementary Color

#db92fb #b2fb92

#db92fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db92fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db92fb Color CSS Codes

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

#db92fb Text Font Color

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

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


#db92fb Background Color

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

This div background color is #db92fb


#db92fb Border Color

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

This div border color is #db92fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db92fb


Comments

No comments written yet.

Please login to write comment.