Color Hex Logo

#d039fe Color Hex

#D039FE
(208,57,254)
0 Favorites   0 Comments

Color spaces of #d039fe

RGB 20857254
HSL0.790.990.61
HSV286°78°100°
CMYK 0.180.780.00   0.00
XYZ45.364923.491995.9093
Yxy23.49190.27530.1426
Hunter Lab48.468482.2505-83.3951
CIE-Lab55.575482.2335-68.3124

#d039fe color RGB value is (208,57,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111001 11111110
Octal 320 71 376
Decimal 208 57 254
Hex D0 39 FE

RGB Percentages of Color #d039fe

%40.08
%10.98
%48.94

CMYK Percentages of Color #d039fe

%18
%78
%0
%0

Triadic Colors of #d039fe

#d039fe #fed039 #39fed0

Analogous Colors of #d039fe

#d039fe #fe39ca #6e39fe

Monochromatic Colors of #d039fe

#d039fe

Complementary Color

#d039fe #67fe39

#d039fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d039fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d039fe Color CSS Codes

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

#d039fe Text Font Color

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

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


#d039fe Background Color

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

This div background color is #d039fe


#d039fe Border Color

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

This div border color is #d039fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d039fe

Related Colors


Comments

No comments written yet.

Please login to write comment.