Color Hex Logo

#db4dcc Color Hex

#DB4DCC
(219,77,204)
0 Favorites   0 Comments

Color spaces of #db4dcc

RGB 21977204
HSL0.850.660.58
HSV306°65°86°
CMYK 0.000.650.07   0.14
XYZ42.766424.727559.6456
Yxy24.72750.33640.1945
Hunter Lab49.726866.4932-36.3077
CIE-Lab56.808969.3089-38.1124

#db4dcc color RGB value is (219,77,204).

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

The process color (four color CMYK) of #db4dcc color hex is 0.00, 0.65, 0.07, 0.14. Web safe color of #db4dcc is #cc66cc. Color #db4dcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01001101 11001100
Octal 333 115 314
Decimal 219 77 204
Hex DB 4D CC

RGB Percentages of Color #db4dcc

%43.80
%15.40
%40.80

CMYK Percentages of Color #db4dcc

%0
%65
%7
%14

Triadic Colors of #db4dcc

#db4dcc #ccdb4d #4dccdb

Analogous Colors of #db4dcc

#db4dcc #db4d85 #a34ddb

Monochromatic Colors of #db4dcc

#db4dcc

Complementary Color

#db4dcc #4ddb5c

#db4dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db4dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#db4dcc Color CSS Codes

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

#db4dcc Text Font Color

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

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


#db4dcc Background Color

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

This div background color is #db4dcc


#db4dcc Border Color

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

This div border color is #db4dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db4dcc


Comments

No comments written yet.

Please login to write comment.