Color Hex Logo

#db74ff Color Hex

#DB74FF
(219,116,255)
0 Favorites   0 Comments

Color spaces of #db74ff

RGB 219116255
HSL0.791.000.73
HSV284°55°100°
CMYK 0.140.550.00   0.00
XYZ53.508834.770998.4990
Yxy34.77090.28650.1862
Hunter Lab58.966958.7858-57.7620
CIE-Lab65.569961.2619-52.7908

#db74ff color RGB value is (219,116,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110100 11111111
Octal 333 164 377
Decimal 219 116 255
Hex DB 74 FF

RGB Percentages of Color #db74ff

%37.12
%19.66
%43.22

CMYK Percentages of Color #db74ff

%14
%55
%0
%0

Triadic Colors of #db74ff

#db74ff #ffdb74 #74ffdb

Analogous Colors of #db74ff

#db74ff #ff74de #9674ff

Monochromatic Colors of #db74ff

#db74ff

Complementary Color

#db74ff #98ff74

#db74ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db74ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#db74ff Color CSS Codes

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

#db74ff Text Font Color

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

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


#db74ff Background Color

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

This div background color is #db74ff


#db74ff Border Color

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

This div border color is #db74ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db74ff


Comments

No comments written yet.

Please login to write comment.