Color Hex Logo

#d773db Color Hex

#D773DB
(215,115,219)
0 Favorites   0 Comments

Color spaces of #d773db

RGB 215115219
HSL0.830.590.65
HSV298°47°86°
CMYK 0.020.470.00   0.14
XYZ46.941231.823070.6862
Yxy31.82300.31410.2129
Hunter Lab56.411949.8118-34.8043
CIE-Lab63.196353.8593-36.6308

#d773db color RGB value is (215,115,219).

#d773db hex color red value is 215, green value is 115 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d773db hue: 0.83 , saturation: 0.59 and the lightness value of d773db is 0.65.

The process color (four color CMYK) of #d773db color hex is 0.02, 0.47, 0.00, 0.14. Web safe color of #d773db is #cc66cc. Color #d773db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110011 11011011
Octal 327 163 333
Decimal 215 115 219
Hex D7 73 DB

RGB Percentages of Color #d773db

%39.16
%20.95
%39.89

CMYK Percentages of Color #d773db

%2
%47
%0
%14

Triadic Colors of #d773db

#d773db #dbd773 #73dbd7

Analogous Colors of #d773db

#d773db #db73ab #a373db

Monochromatic Colors of #d773db

#d773db

Complementary Color

#d773db #77db73

#d773db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d773db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d773db Color CSS Codes

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

#d773db Text Font Color

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

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


#d773db Background Color

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

This div background color is #d773db


#d773db Border Color

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

This div border color is #d773db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d773db


Comments

No comments written yet.

Please login to write comment.