Color Hex Logo

#d139ff Color Hex

#D139FF
(209,57,255)
0 Favorites   0 Comments

Color spaces of #d139ff

RGB 20957255
HSL0.791.000.61
HSV286°78°100°
CMYK 0.180.780.00   0.00
XYZ45.807623.701696.7683
Yxy23.70160.27550.1425
Hunter Lab48.684382.7552-83.7700
CIE-Lab55.787882.5852-68.5169

#d139ff color RGB value is (209,57,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 00111001 11111111
Octal 321 71 377
Decimal 209 57 255
Hex D1 39 FF

RGB Percentages of Color #d139ff

%40.12
%10.94
%48.94

CMYK Percentages of Color #d139ff

%18
%78
%0
%0

Triadic Colors of #d139ff

#d139ff #ffd139 #39ffd1

Analogous Colors of #d139ff

#d139ff #ff39ca #6e39ff

Monochromatic Colors of #d139ff

#d139ff

Complementary Color

#d139ff #67ff39

#d139ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d139ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d139ff Color CSS Codes

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

#d139ff Text Font Color

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

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


#d139ff Background Color

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

This div background color is #d139ff


#d139ff Border Color

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

This div border color is #d139ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d139ff


Comments

No comments written yet.

Please login to write comment.