Color Hex Logo

#d159fb Color Hex

#D159FB
(209,89,251)
0 Favorites   0 Comments

Color spaces of #d159fb

RGB 20989251
HSL0.790.950.67
HSV284°65°98°
CMYK 0.170.650.00   0.02
XYZ47.279527.665194.1148
Yxy27.66510.27970.1636
Hunter Lab52.597668.4061-69.2714
CIE-Lab59.585070.3727-60.1961

#d159fb color RGB value is (209,89,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011001 11111011
Octal 321 131 373
Decimal 209 89 251
Hex D1 59 FB

RGB Percentages of Color #d159fb

%38.07
%16.21
%45.72

CMYK Percentages of Color #d159fb

%17
%65
%0
%2

Triadic Colors of #d159fb

#d159fb #fbd159 #59fbd1

Analogous Colors of #d159fb

#d159fb #fb59d4 #8059fb

Monochromatic Colors of #d159fb

#d159fb

Complementary Color

#d159fb #83fb59

#d159fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d159fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d159fb Color CSS Codes

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

#d159fb Text Font Color

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

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


#d159fb Background Color

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

This div background color is #d159fb


#d159fb Border Color

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

This div border color is #d159fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d159fb

Related Colors


Comments

No comments written yet.

Please login to write comment.