Color Hex Logo

#d068db Color Hex

#D068DB
(208,104,219)
0 Favorites   0 Comments

Color spaces of #d068db

RGB 208104219
HSL0.820.610.63
HSV294°53°86°
CMYK 0.050.530.00   0.14
XYZ43.748928.425070.1986
Yxy28.42500.30730.1997
Hunter Lab53.315153.1707-40.7450
CIE-Lab60.270857.2991-41.2757

#d068db color RGB value is (208,104,219).

#d068db hex color red value is 208, green value is 104 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d068db hue: 0.82 , saturation: 0.61 and the lightness value of d068db is 0.63.

The process color (four color CMYK) of #d068db color hex is 0.05, 0.53, 0.00, 0.14. Web safe color of #d068db is #cc66cc. Color #d068db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101000 11011011
Octal 320 150 333
Decimal 208 104 219
Hex D0 68 DB

RGB Percentages of Color #d068db

%39.17
%19.59
%41.24

CMYK Percentages of Color #d068db

%5
%53
%0
%14

Triadic Colors of #d068db

#d068db #dbd068 #68dbd0

Analogous Colors of #d068db

#d068db #db68ad #9768db

Monochromatic Colors of #d068db

#d068db

Complementary Color

#d068db #73db68

#d068db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d068db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d068db Color CSS Codes

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

#d068db Text Font Color

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

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


#d068db Background Color

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

This div background color is #d068db


#d068db Border Color

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

This div border color is #d068db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d068db


Comments

No comments written yet.

Please login to write comment.