Color Hex Logo

#d339fb Color Hex

#D339FB
(211,57,251)
0 Favorites   0 Comments

Color spaces of #d339fb

RGB 21157251
HSL0.800.960.60
HSV288°77°98°
CMYK 0.160.770.00   0.02
XYZ45.739723.740293.4383
Yxy23.74020.28080.1457
Hunter Lab48.723982.3005-79.5942
CIE-Lab55.826782.2235-66.2183

#d339fb color RGB value is (211,57,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111001 11111011
Octal 323 71 373
Decimal 211 57 251
Hex D3 39 FB

RGB Percentages of Color #d339fb

%40.66
%10.98
%48.36

CMYK Percentages of Color #d339fb

%16
%77
%0
%2

Triadic Colors of #d339fb

#d339fb #fbd339 #39fbd3

Analogous Colors of #d339fb

#d339fb #fb39c2 #7239fb

Monochromatic Colors of #d339fb

#d339fb

Complementary Color

#d339fb #61fb39

#d339fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d339fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d339fb Color CSS Codes

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

#d339fb Text Font Color

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

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


#d339fb Background Color

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

This div background color is #d339fb


#d339fb Border Color

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

This div border color is #d339fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d339fb


Comments

No comments written yet.

Please login to write comment.