Color Hex Logo

#db65ec Color Hex

#DB65EC
(219,101,236)
0 Favorites   0 Comments

Color spaces of #db65ec

RGB 219101236
HSL0.810.780.66
HSV292°57°93°
CMYK 0.070.570.00   0.07
XYZ49.007430.423682.6462
Yxy30.42360.30240.1877
Hunter Lab55.157662.0711-50.2277
CIE-Lab62.018064.6540-47.9252

#db65ec color RGB value is (219,101,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 01100101 11101100
Octal 333 145 354
Decimal 219 101 236
Hex DB 65 EC

RGB Percentages of Color #db65ec

%39.39
%18.17
%42.45

CMYK Percentages of Color #db65ec

%7
%57
%0
%7

Triadic Colors of #db65ec

#db65ec #ecdb65 #65ecdb

Analogous Colors of #db65ec

#db65ec #ec65ba #9865ec

Monochromatic Colors of #db65ec

#db65ec

Complementary Color

#db65ec #76ec65

#db65ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db65ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#db65ec Color CSS Codes

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

#db65ec Text Font Color

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

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


#db65ec Background Color

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

This div background color is #db65ec


#db65ec Border Color

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

This div border color is #db65ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db65ec


Comments

No comments written yet.

Please login to write comment.