Color Hex Logo

#db1dcc Color Hex

#DB1DCC
(219,29,204)
0 Favorites   0 Comments

Color spaces of #db1dcc

RGB 21929204
HSL0.850.770.49
HSV305°87°86°
CMYK 0.000.870.07   0.14
XYZ40.551920.298458.9074
Yxy20.29840.33860.1695
Hunter Lab45.053781.8199-45.9836
CIE-Lab52.172982.5610-45.4276

#db1dcc color RGB value is (219,29,204).

#db1dcc hex color red value is 219, green value is 29 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #db1dcc hue: 0.85 , saturation: 0.77 and the lightness value of db1dcc is 0.49.

The process color (four color CMYK) of #db1dcc color hex is 0.00, 0.87, 0.07, 0.14. Web safe color of #db1dcc is #cc33cc. Color #db1dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 00011101 11001100
Octal 333 35 314
Decimal 219 29 204
Hex DB 1D CC

RGB Percentages of Color #db1dcc

%48.45
%6.42
%45.13

CMYK Percentages of Color #db1dcc

%0
%87
%7
%14

Triadic Colors of #db1dcc

#db1dcc #ccdb1d #1dccdb

Analogous Colors of #db1dcc

#db1dcc #db1d6d #8b1ddb

Monochromatic Colors of #db1dcc

#db1dcc

Complementary Color

#db1dcc #1ddb2c

#db1dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db1dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db1dcc Color CSS Codes

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

#db1dcc Text Font Color

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

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


#db1dcc Background Color

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

This div background color is #db1dcc


#db1dcc Border Color

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

This div border color is #db1dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db1dcc


Comments

No comments written yet.

Please login to write comment.