Color Hex Logo

#d068da Color Hex

#D068DA
(208,104,218)
0 Favorites   0 Comments

Color spaces of #d068da

RGB 208104218
HSL0.820.610.63
HSV295°52°85°
CMYK 0.050.520.00   0.15
XYZ43.617628.372569.5072
Yxy28.37250.30830.2005
Hunter Lab53.265852.9524-40.0821
CIE-Lab60.223857.1150-40.7876

#d068da color RGB value is (208,104,218).

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

The process color (four color CMYK) of #d068da color hex is 0.05, 0.52, 0.00, 0.15. Web safe color of #d068da is #cc66cc. Color #d068da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101000 11011010
Octal 320 150 332
Decimal 208 104 218
Hex D0 68 DA

RGB Percentages of Color #d068da

%39.25
%19.62
%41.13

CMYK Percentages of Color #d068da

%5
%52
%0
%15

Triadic Colors of #d068da

#d068da #dad068 #68dad0

Analogous Colors of #d068da

#d068da #da68ab #9768da

Monochromatic Colors of #d068da

#d068da

Complementary Color

#d068da #72da68

#d068da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d068da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d068da Color CSS Codes

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

#d068da Text Font Color

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

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


#d068da Background Color

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

This div background color is #d068da


#d068da Border Color

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

This div border color is #d068da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,104,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d068da


Comments

No comments written yet.

Please login to write comment.