Color Hex Logo

#d793db Color Hex

#D793DB
(215,147,219)
0 Favorites   0 Comments

Color spaces of #d793db

RGB 215147219
HSL0.820.500.72
HSV297°33°86°
CMYK 0.020.330.00   0.14
XYZ51.244240.429072.1205
Yxy40.42900.31290.2468
Hunter Lab63.583832.5871-22.7416
CIE-Lab69.774037.2324-26.4535

#d793db color RGB value is (215,147,219).

#d793db hex color red value is 215, green value is 147 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d793db hue: 0.82 , saturation: 0.50 and the lightness value of d793db is 0.72.

The process color (four color CMYK) of #d793db color hex is 0.02, 0.33, 0.00, 0.14. Web safe color of #d793db is #cc99cc. Color #d793db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10010011 11011011
Octal 327 223 333
Decimal 215 147 219
Hex D7 93 DB

RGB Percentages of Color #d793db

%37.01
%25.30
%37.69

CMYK Percentages of Color #d793db

%2
%33
%0
%14

Triadic Colors of #d793db

#d793db #dbd793 #93dbd7

Analogous Colors of #d793db

#d793db #db93bb #b393db

Monochromatic Colors of #d793db

#d793db

Complementary Color

#d793db #97db93

#d793db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d793db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d793db Color CSS Codes

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

#d793db Text Font Color

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

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


#d793db Background Color

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

This div background color is #d793db


#d793db Border Color

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

This div border color is #d793db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d793db


Comments

No comments written yet.

Please login to write comment.