Color Hex Logo

#d160fb Color Hex

#D160FB
(209,96,251)
0 Favorites   0 Comments

Color spaces of #d160fb

RGB 20996251
HSL0.790.950.68
HSV284°62°98°
CMYK 0.170.620.00   0.02
XYZ47.890028.886194.3183
Yxy28.88610.27990.1688
Hunter Lab53.745864.9967-66.4258
CIE-Lab60.681067.3464-58.4437

#d160fb color RGB value is (209,96,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01100000 11111011
Octal 321 140 373
Decimal 209 96 251
Hex D1 60 FB

RGB Percentages of Color #d160fb

%37.59
%17.27
%45.14

CMYK Percentages of Color #d160fb

%17
%62
%0
%2

Triadic Colors of #d160fb

#d160fb #fbd160 #60fbd1

Analogous Colors of #d160fb

#d160fb #fb60d8 #8460fb

Monochromatic Colors of #d160fb

#d160fb

Complementary Color

#d160fb #8afb60

#d160fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d160fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d160fb Color CSS Codes

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

#d160fb Text Font Color

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

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


#d160fb Background Color

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

This div background color is #d160fb


#d160fb Border Color

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

This div border color is #d160fb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,96,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d160fb


Comments

No comments written yet.

Please login to write comment.