Color Hex Logo

#db1ceb Color Hex

#DB1CEB
(219,28,235)
0 Favorites   0 Comments

Color spaces of #db1ceb

RGB 21928235
HSL0.820.840.52
HSV295°88°92°
CMYK 0.070.880.00   0.08
XYZ44.624121.888780.4703
Yxy21.88870.30360.1489
Hunter Lab46.785488.3798-69.2284
CIE-Lab53.908787.2791-60.2914

#db1ceb color RGB value is (219,28,235).

#db1ceb hex color red value is 219, green value is 28 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #db1ceb hue: 0.82 , saturation: 0.84 and the lightness value of db1ceb is 0.52.

The process color (four color CMYK) of #db1ceb color hex is 0.07, 0.88, 0.00, 0.08. Web safe color of #db1ceb is #cc33ff. Color #db1ceb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011100 11101011
Octal 333 34 353
Decimal 219 28 235
Hex DB 1C EB

RGB Percentages of Color #db1ceb

%45.44
%5.81
%48.76

CMYK Percentages of Color #db1ceb

%7
%88
%0
%8

Triadic Colors of #db1ceb

#db1ceb #ebdb1c #1cebdb

Analogous Colors of #db1ceb

#db1ceb #eb1c94 #741ceb

Monochromatic Colors of #db1ceb

#db1ceb

Complementary Color

#db1ceb #2ceb1c

#db1ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1ceb Color CSS Codes

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

#db1ceb Text Font Color

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

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


#db1ceb Background Color

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

This div background color is #db1ceb


#db1ceb Border Color

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

This div border color is #db1ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1ceb


Comments

No comments written yet.

Please login to write comment.