Color Hex Logo

#d339ff Color Hex

#D339FF
(211,57,255)
0 Favorites   0 Comments

Color spaces of #d339ff

RGB 21157255
HSL0.801.000.61
HSV287°78°100°
CMYK 0.170.780.00   0.00
XYZ46.377123.995196.7949
Yxy23.99510.27740.1435
Hunter Lab48.984883.2742-82.8688
CIE-Lab56.082982.9311-68.0257

#d339ff color RGB value is (211,57,255).

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

The process color (four color CMYK) of #d339ff color hex is 0.17, 0.78, 0.00, 0.00. Web safe color of #d339ff is #cc33ff. Color #d339ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00111001 11111111
Octal 323 71 377
Decimal 211 57 255
Hex D3 39 FF

RGB Percentages of Color #d339ff

%40.34
%10.90
%48.76

CMYK Percentages of Color #d339ff

%17
%78
%0
%0

Triadic Colors of #d339ff

#d339ff #ffd339 #39ffd3

Analogous Colors of #d339ff

#d339ff #ff39c8 #7039ff

Monochromatic Colors of #d339ff

#d339ff

Complementary Color

#d339ff #65ff39

#d339ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d339ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d339ff Color CSS Codes

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

#d339ff Text Font Color

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

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


#d339ff Background Color

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

This div background color is #d339ff


#d339ff Border Color

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

This div border color is #d339ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(211,57,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d339ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d339ff

Related Colors

#d339ff Color Palettes


Comments

No comments written yet.

Please login to write comment.