Color Hex Logo

#d040fa Color Hex

#D040FA
(208,64,250)
0 Favorites   0 Comments

Color spaces of #d040fa

RGB 20864250
HSL0.800.950.62
HSV286°74°98°
CMYK 0.170.740.00   0.02
XYZ45.101123.978892.6938
Yxy23.97880.27880.1482
Hunter Lab48.968278.7094-77.9547
CIE-Lab56.066679.3578-65.2986

#d040fa color RGB value is (208,64,250).

#d040fa hex color red value is 208, green value is 64 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #d040fa hue: 0.80 , saturation: 0.95 and the lightness value of d040fa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000000 11111010
Octal 320 100 372
Decimal 208 64 250
Hex D0 40 FA

RGB Percentages of Color #d040fa

%39.85
%12.26
%47.89

CMYK Percentages of Color #d040fa

%17
%74
%0
%2

Triadic Colors of #d040fa

#d040fa #fad040 #40fad0

Analogous Colors of #d040fa

#d040fa #fa40c7 #7340fa

Monochromatic Colors of #d040fa

#d040fa

Complementary Color

#d040fa #6afa40

#d040fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d040fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d040fa Color CSS Codes

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

#d040fa Text Font Color

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

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


#d040fa Background Color

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

This div background color is #d040fa


#d040fa Border Color

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

This div border color is #d040fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d040fa


Comments

No comments written yet.

Please login to write comment.