Color Hex Logo

#d039ff Color Hex

#D039FF
(208,57,255)
0 Favorites   0 Comments

Color spaces of #d039ff

RGB 20857255
HSL0.791.000.61
HSV286°78°100°
CMYK 0.180.780.00   0.00
XYZ45.525623.556296.7551
Yxy23.55620.27450.1420
Hunter Lab48.534782.4973-84.2217
CIE-Lab55.640782.4132-68.7618

#d039ff color RGB value is (208,57,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111001 11111111
Octal 320 71 377
Decimal 208 57 255
Hex D0 39 FF

RGB Percentages of Color #d039ff

%40.00
%10.96
%49.04

CMYK Percentages of Color #d039ff

%18
%78
%0
%0

Triadic Colors of #d039ff

#d039ff #ffd039 #39ffd0

Analogous Colors of #d039ff

#d039ff #ff39cb #6d39ff

Monochromatic Colors of #d039ff

#d039ff

Complementary Color

#d039ff #68ff39

#d039ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d039ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d039ff Color CSS Codes

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

#d039ff Text Font Color

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

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


#d039ff Background Color

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

This div background color is #d039ff


#d039ff Border Color

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

This div border color is #d039ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d039ff


Comments

No comments written yet.

Please login to write comment.