Color Hex Logo

#db7fec Color Hex

#DB7FEC
(219,127,236)
0 Favorites   0 Comments

Color spaces of #db7fec

RGB 219127236
HSL0.810.740.71
HSV291°46°93°
CMYK 0.070.460.00   0.07
XYZ51.943136.294983.6248
Yxy36.29490.30220.2112
Hunter Lab60.245248.4725-40.1272
CIE-Lab66.744652.1317-40.4930

#db7fec color RGB value is (219,127,236).

#db7fec hex color red value is 219, green value is 127 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #db7fec hue: 0.81 , saturation: 0.74 and the lightness value of db7fec is 0.71.

The process color (four color CMYK) of #db7fec color hex is 0.07, 0.46, 0.00, 0.07. Web safe color of #db7fec is #cc66ff. Color #db7fec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01111111 11101100
Octal 333 177 354
Decimal 219 127 236
Hex DB 7F EC

RGB Percentages of Color #db7fec

%37.63
%21.82
%40.55

CMYK Percentages of Color #db7fec

%7
%46
%0
%7

Triadic Colors of #db7fec

#db7fec #ecdb7f #7fecdb

Analogous Colors of #db7fec

#db7fec #ec7fc7 #a57fec

Monochromatic Colors of #db7fec

#db7fec

Complementary Color

#db7fec #90ec7f

#db7fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db7fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#db7fec Color CSS Codes

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

#db7fec Text Font Color

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

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


#db7fec Background Color

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

This div background color is #db7fec


#db7fec Border Color

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

This div border color is #db7fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db7fec


Comments

No comments written yet.

Please login to write comment.