Color Hex Logo

#d109fb Color Hex

#D109FB
(209,9,251)
0 Favorites   0 Comments

Color spaces of #d109fb

RGB 2099251
HSL0.800.970.51
HSV290°96°98°
CMYK 0.170.960.00   0.02
XYZ43.804820.715792.9566
Yxy20.71570.27820.1315
Hunter Lab45.514592.1445-89.2309
CIE-Lab52.636990.3679-71.3908

#d109fb color RGB value is (209,9,251).

#d109fb hex color red value is 209, green value is 9 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d109fb hue: 0.80 , saturation: 0.97 and the lightness value of d109fb is 0.51.

The process color (four color CMYK) of #d109fb color hex is 0.17, 0.96, 0.00, 0.02. Web safe color of #d109fb is #cc00ff. Color #d109fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00001001 11111011
Octal 321 11 373
Decimal 209 9 251
Hex D1 9 FB

RGB Percentages of Color #d109fb

%44.56
%1.92
%53.52

CMYK Percentages of Color #d109fb

%17
%96
%0
%2

Triadic Colors of #d109fb

#d109fb #fbd109 #09fbd1

Analogous Colors of #d109fb

#d109fb #fb09ac #5809fb

Monochromatic Colors of #d109fb

#d109fb

Complementary Color

#d109fb #33fb09

#d109fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d109fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d109fb Color CSS Codes

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

#d109fb Text Font Color

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

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


#d109fb Background Color

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

This div background color is #d109fb


#d109fb Border Color

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

This div border color is #d109fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d109fb


Comments

No comments written yet.

Please login to write comment.