Color Hex Logo

#db77dd Color Hex

#DB77DD
(219,119,221)
0 Favorites   0 Comments

Color spaces of #db77dd

RGB 219119221
HSL0.830.600.67
HSV299°46°87°
CMYK 0.010.460.00   0.13
XYZ48.861433.474272.2925
Yxy33.47420.31600.2165
Hunter Lab57.856949.4976-33.5834
CIE-Lab64.543053.3716-35.6108

#db77dd color RGB value is (219,119,221).

#db77dd hex color red value is 219, green value is 119 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #db77dd hue: 0.83 , saturation: 0.60 and the lightness value of db77dd is 0.67.

The process color (four color CMYK) of #db77dd color hex is 0.01, 0.46, 0.00, 0.13. Web safe color of #db77dd is #cc66cc. Color #db77dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 01110111 11011101
Octal 333 167 335
Decimal 219 119 221
Hex DB 77 DD

RGB Percentages of Color #db77dd

%39.18
%21.29
%39.53

CMYK Percentages of Color #db77dd

%1
%46
%0
%13

Triadic Colors of #db77dd

#db77dd #dddb77 #77dddb

Analogous Colors of #db77dd

#db77dd #dd77ac #a877dd

Monochromatic Colors of #db77dd

#db77dd

Complementary Color

#db77dd #79dd77

#db77dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#db77dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#db77dd Color CSS Codes

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

#db77dd Text Font Color

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

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


#db77dd Background Color

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

This div background color is #db77dd


#db77dd Border Color

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

This div border color is #db77dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #db77dd


Comments

No comments written yet.

Please login to write comment.