Color Hex Logo

#db7bff Color Hex

#DB7BFF
(219,123,255)
0 Favorites   0 Comments

Color spaces of #db7bff

RGB 219123255
HSL0.791.000.74
HSV284°52°100°
CMYK 0.140.520.00   0.00
XYZ54.346436.446098.7782
Yxy36.44600.28670.1923
Hunter Lab60.370555.0398-54.7509
CIE-Lab66.859357.8472-50.7503

#db7bff color RGB value is (219,123,255).

#db7bff hex color red value is 219, green value is 123 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #db7bff hue: 0.79 , saturation: 1.00 and the lightness value of db7bff is 0.74.

The process color (four color CMYK) of #db7bff color hex is 0.14, 0.52, 0.00, 0.00. Web safe color of #db7bff is #cc66ff. Color #db7bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111011 11111111
Octal 333 173 377
Decimal 219 123 255
Hex DB 7B FF

RGB Percentages of Color #db7bff

%36.68
%20.60
%42.71

CMYK Percentages of Color #db7bff

%14
%52
%0
%0

Triadic Colors of #db7bff

#db7bff #ffdb7b #7bffdb

Analogous Colors of #db7bff

#db7bff #ff7be1 #997bff

Monochromatic Colors of #db7bff

#db7bff

Complementary Color

#db7bff #9fff7b

#db7bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7bff Color CSS Codes

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

#db7bff Text Font Color

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

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


#db7bff Background Color

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

This div background color is #db7bff


#db7bff Border Color

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

This div border color is #db7bff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,123,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #db7bff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7bff

Related Colors


Comments

No comments written yet.

Please login to write comment.