Color Hex Logo

#d683db Color Hex

#D683DB
(214,131,219)
0 Favorites   0 Comments

Color spaces of #d683db

RGB 214131219
HSL0.820.550.69
HSV297°40°86°
CMYK 0.020.400.00   0.14
XYZ48.634035.643271.3344
Yxy35.64320.31250.2291
Hunter Lab59.701940.9302-29.0509
CIE-Lab66.246445.4073-31.8998

#d683db color RGB value is (214,131,219).

#d683db hex color red value is 214, green value is 131 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d683db hue: 0.82 , saturation: 0.55 and the lightness value of d683db is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000011 11011011
Octal 326 203 333
Decimal 214 131 219
Hex D6 83 DB

RGB Percentages of Color #d683db

%37.94
%23.23
%38.83

CMYK Percentages of Color #d683db

%2
%40
%0
%14

Triadic Colors of #d683db

#d683db #dbd683 #83dbd6

Analogous Colors of #d683db

#d683db #db83b4 #aa83db

Monochromatic Colors of #d683db

#d683db

Complementary Color

#d683db #88db83

#d683db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d683db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d683db Color CSS Codes

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

#d683db Text Font Color

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

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


#d683db Background Color

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

This div background color is #d683db


#d683db Border Color

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

This div border color is #d683db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d683db

#d683db Color Palettes


Comments

No comments written yet.

Please login to write comment.