Color Hex Logo

#d040fc Color Hex

#D040FC
(208,64,252)
0 Favorites   0 Comments

Color spaces of #d040fc

RGB 20864252
HSL0.790.970.62
HSV286°75°99°
CMYK 0.170.750.00   0.01
XYZ45.416524.105094.3545
Yxy24.10500.27710.1471
Hunter Lab49.096879.2000-79.5760
CIE-Lab56.192879.7207-66.2064

#d040fc color RGB value is (208,64,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01000000 11111100
Octal 320 100 374
Decimal 208 64 252
Hex D0 40 FC

RGB Percentages of Color #d040fc

%39.69
%12.21
%48.09

CMYK Percentages of Color #d040fc

%17
%75
%0
%1

Triadic Colors of #d040fc

#d040fc #fcd040 #40fcd0

Analogous Colors of #d040fc

#d040fc #fc40ca #7240fc

Monochromatic Colors of #d040fc

#d040fc

Complementary Color

#d040fc #6cfc40

#d040fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d040fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d040fc Color CSS Codes

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

#d040fc Text Font Color

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

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


#d040fc Background Color

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

This div background color is #d040fc


#d040fc Border Color

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

This div border color is #d040fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d040fc


Comments

No comments written yet.

Please login to write comment.