Color Hex Logo

#d939fb Color Hex

#D939FB
(217,57,251)
0 Favorites   0 Comments

Color spaces of #d939fb

RGB 21757251
HSL0.800.960.60
HSV289°77°98°
CMYK 0.140.770.00   0.02
XYZ47.491024.643093.5203
Yxy24.64300.28670.1488
Hunter Lab49.641783.8935-76.9476
CIE-Lab56.725983.2860-64.7235

#d939fb color RGB value is (217,57,251).

#d939fb hex color red value is 217, green value is 57 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #d939fb hue: 0.80 , saturation: 0.96 and the lightness value of d939fb is 0.60.

The process color (four color CMYK) of #d939fb color hex is 0.14, 0.77, 0.00, 0.02. Web safe color of #d939fb is #cc33ff. Color #d939fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111001 11111011
Octal 331 71 373
Decimal 217 57 251
Hex D9 39 FB

RGB Percentages of Color #d939fb

%41.33
%10.86
%47.81

CMYK Percentages of Color #d939fb

%14
%77
%0
%2

Triadic Colors of #d939fb

#d939fb #fbd939 #39fbd9

Analogous Colors of #d939fb

#d939fb #fb39bc #7839fb

Monochromatic Colors of #d939fb

#d939fb

Complementary Color

#d939fb #5bfb39

#d939fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d939fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d939fb Color CSS Codes

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

#d939fb Text Font Color

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

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


#d939fb Background Color

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

This div background color is #d939fb


#d939fb Border Color

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

This div border color is #d939fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d939fb


Comments

No comments written yet.

Please login to write comment.