Color Hex Logo

#db1eef Color Hex

#DB1EEF
(219,30,239)
0 Favorites   0 Comments

Color spaces of #db1eef

RGB 21930239
HSL0.820.870.53
HSV294°87°94°
CMYK 0.080.870.00   0.06
XYZ45.257722.220683.5650
Yxy22.22060.29960.1471
Hunter Lab47.138788.8843-72.1090
CIE-Lab54.260387.5943-61.9741

#db1eef color RGB value is (219,30,239).

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

The process color (four color CMYK) of #db1eef color hex is 0.08, 0.87, 0.00, 0.06. Web safe color of #db1eef is #cc33ff. Color #db1eef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011110 11101111
Octal 333 36 357
Decimal 219 30 239
Hex DB 1E EF

RGB Percentages of Color #db1eef

%44.88
%6.15
%48.98

CMYK Percentages of Color #db1eef

%8
%87
%0
%6

Triadic Colors of #db1eef

#db1eef #efdb1e #1eefdb

Analogous Colors of #db1eef

#db1eef #ef1e9b #731eef

Monochromatic Colors of #db1eef

#db1eef

Complementary Color

#db1eef #32ef1e

#db1eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1eef Color CSS Codes

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

#db1eef Text Font Color

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

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


#db1eef Background Color

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

This div background color is #db1eef


#db1eef Border Color

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

This div border color is #db1eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1eef


Comments

No comments written yet.

Please login to write comment.