Color Hex Logo

#d113fb Color Hex

#D113FB
(209,19,251)
0 Favorites   0 Comments

Color spaces of #d113fb

RGB 20919251
HSL0.800.970.53
HSV289°92°98°
CMYK 0.170.920.00   0.02
XYZ43.940020.986193.0016
Yxy20.98610.27820.1329
Hunter Lab45.810691.0428-88.2992
CIE-Lab52.934389.4832-70.9087

#d113fb color RGB value is (209,19,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00010011 11111011
Octal 321 23 373
Decimal 209 19 251
Hex D1 13 FB

RGB Percentages of Color #d113fb

%43.63
%3.97
%52.40

CMYK Percentages of Color #d113fb

%17
%92
%0
%2

Triadic Colors of #d113fb

#d113fb #fbd113 #13fbd1

Analogous Colors of #d113fb

#d113fb #fb13b1 #5d13fb

Monochromatic Colors of #d113fb

#d113fb

Complementary Color

#d113fb #3dfb13

#d113fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d113fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d113fb Color CSS Codes

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

#d113fb Text Font Color

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

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


#d113fb Background Color

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

This div background color is #d113fb


#d113fb Border Color

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

This div border color is #d113fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d113fb


Comments

No comments written yet.

Please login to write comment.