Color Hex Logo

#db67fb Color Hex

#DB67FB
(219,103,251)
0 Favorites   0 Comments

Color spaces of #db67fb

RGB 219103251
HSL0.800.950.69
HSV287°59°98°
CMYK 0.130.590.00   0.02
XYZ51.476331.725694.6773
Yxy31.72560.28940.1784
Hunter Lab56.325564.5630-60.2325
CIE-Lab63.115466.5465-54.4879

#db67fb color RGB value is (219,103,251).

#db67fb hex color red value is 219, green value is 103 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #db67fb hue: 0.80 , saturation: 0.95 and the lightness value of db67fb is 0.69.

The process color (four color CMYK) of #db67fb color hex is 0.13, 0.59, 0.00, 0.02. Web safe color of #db67fb is #cc66ff. Color #db67fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100111 11111011
Octal 333 147 373
Decimal 219 103 251
Hex DB 67 FB

RGB Percentages of Color #db67fb

%38.22
%17.98
%43.80

CMYK Percentages of Color #db67fb

%13
%59
%0
%2

Triadic Colors of #db67fb

#db67fb #fbdb67 #67fbdb

Analogous Colors of #db67fb

#db67fb #fb67d1 #9167fb

Monochromatic Colors of #db67fb

#db67fb

Complementary Color

#db67fb #87fb67

#db67fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db67fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db67fb Color CSS Codes

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

#db67fb Text Font Color

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

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


#db67fb Background Color

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

This div background color is #db67fb


#db67fb Border Color

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

This div border color is #db67fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db67fb


Comments

No comments written yet.

Please login to write comment.