Color Hex Logo

#db10ef Color Hex

#DB10EF
(219,16,239)
0 Favorites   0 Comments

Color spaces of #db10ef

RGB 21916239
HSL0.820.870.50
HSV295°93°94°
CMYK 0.080.930.00   0.06
XYZ44.978721.662683.4720
Yxy21.66260.29960.1443
Hunter Lab46.543191.0499-73.7526
CIE-Lab53.667289.3468-62.9288

#db10ef color RGB value is (219,16,239).

#db10ef hex color red value is 219, green value is 16 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #db10ef hue: 0.82 , saturation: 0.87 and the lightness value of db10ef is 0.50.

The process color (four color CMYK) of #db10ef color hex is 0.08, 0.93, 0.00, 0.06. Web safe color of #db10ef is #cc00ff. Color #db10ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00010000 11101111
Octal 333 20 357
Decimal 219 16 239
Hex DB 10 EF

RGB Percentages of Color #db10ef

%46.20
%3.38
%50.42

CMYK Percentages of Color #db10ef

%8
%93
%0
%6

Triadic Colors of #db10ef

#db10ef #efdb10 #10efdb

Analogous Colors of #db10ef

#db10ef #ef1094 #6c10ef

Monochromatic Colors of #db10ef

#db10ef

Complementary Color

#db10ef #24ef10

#db10ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db10ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#db10ef Color CSS Codes

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

#db10ef Text Font Color

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

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


#db10ef Background Color

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

This div background color is #db10ef


#db10ef Border Color

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

This div border color is #db10ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db10ef


Comments

No comments written yet.

Please login to write comment.