Color Hex Logo

#d160ff Color Hex

#D160FF
(209,96,255)
0 Favorites   0 Comments

Color spaces of #d160ff

RGB 20996255
HSL0.791.000.69
HSV283°62°100°
CMYK 0.180.620.00   0.00
XYZ48.527429.141197.6749
Yxy29.14110.27680.1662
Hunter Lab53.982565.9927-69.4904
CIE-Lab60.906068.1340-60.2911

#d160ff color RGB value is (209,96,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100000 11111111
Octal 321 140 377
Decimal 209 96 255
Hex D1 60 FF

RGB Percentages of Color #d160ff

%37.32
%17.14
%45.54

CMYK Percentages of Color #d160ff

%18
%62
%0
%0

Triadic Colors of #d160ff

#d160ff #ffd160 #60ffd1

Analogous Colors of #d160ff

#d160ff #ff60de #8260ff

Monochromatic Colors of #d160ff

#d160ff

Complementary Color

#d160ff #8eff60

#d160ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d160ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d160ff Color CSS Codes

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

#d160ff Text Font Color

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

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


#d160ff Background Color

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

This div background color is #d160ff


#d160ff Border Color

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

This div border color is #d160ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d160ff

Related Colors


Comments

No comments written yet.

Please login to write comment.