Color Hex Logo

#d168ff Color Hex

#D168FF
(209,104,255)
0 Favorites   0 Comments

Color spaces of #d168ff

RGB 209104255
HSL0.781.000.70
HSV282°59°100°
CMYK 0.180.590.00   0.00
XYZ49.294830.675997.9307
Yxy30.67590.27710.1724
Hunter Lab55.385861.9444-66.0638
CIE-Lab62.233164.5092-58.1712

#d168ff color RGB value is (209,104,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01101000 11111111
Octal 321 150 377
Decimal 209 104 255
Hex D1 68 FF

RGB Percentages of Color #d168ff

%36.80
%18.31
%44.89

CMYK Percentages of Color #d168ff

%18
%59
%0
%0

Triadic Colors of #d168ff

#d168ff #ffd168 #68ffd1

Analogous Colors of #d168ff

#d168ff #ff68e2 #8668ff

Monochromatic Colors of #d168ff

#d168ff

Complementary Color

#d168ff #96ff68

#d168ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d168ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d168ff Color CSS Codes

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

#d168ff Text Font Color

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

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


#d168ff Background Color

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

This div background color is #d168ff


#d168ff Border Color

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

This div border color is #d168ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d168ff

Related Colors


Comments

No comments written yet.

Please login to write comment.