Color Hex Logo

#d069ff Color Hex

#D069FF
(208,105,255)
1 Favorites   0 Comments

Color spaces of #d069ff

RGB 208105255
HSL0.781.000.71
HSV281°59°100°
CMYK 0.180.590.00   0.00
XYZ49.114030.733097.9512
Yxy30.73300.27620.1729
Hunter Lab55.437461.1244-65.9522
CIE-Lab62.281663.8083-58.1010

#d069ff color RGB value is (208,105,255).

#d069ff hex color red value is 208, green value is 105 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d069ff hue: 0.78 , saturation: 1.00 and the lightness value of d069ff is 0.71.

The process color (four color CMYK) of #d069ff color hex is 0.18, 0.59, 0.00, 0.00. Web safe color of #d069ff is #cc66ff. Color #d069ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101001 11111111
Octal 320 151 377
Decimal 208 105 255
Hex D0 69 FF

RGB Percentages of Color #d069ff

%36.62
%18.49
%44.89

CMYK Percentages of Color #d069ff

%18
%59
%0
%0

Triadic Colors of #d069ff

#d069ff #ffd069 #69ffd0

Analogous Colors of #d069ff

#d069ff #ff69e3 #8569ff

Monochromatic Colors of #d069ff

#d069ff

Complementary Color

#d069ff #98ff69

#d069ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d069ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d069ff Color CSS Codes

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

#d069ff Text Font Color

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

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


#d069ff Background Color

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

This div background color is #d069ff


#d069ff Border Color

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

This div border color is #d069ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d069ff

#d069ff Color Palettes


Comments

No comments written yet.

Please login to write comment.