Color Hex Logo

#d40fff Color Hex

#D40FFF
(212,15,255)
0 Favorites   0 Comments

Color spaces of #d40fff

RGB 21215255
HSL0.801.000.53
HSV289°94°100°
CMYK 0.170.940.00   0.00
XYZ45.372221.558796.3776
Yxy21.55870.27780.1320
Hunter Lab46.431393.1734-90.5664
CIE-Lab53.555690.9607-72.1063

#d40fff color RGB value is (212,15,255).

#d40fff hex color red value is 212, green value is 15 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d40fff hue: 0.80 , saturation: 1.00 and the lightness value of d40fff is 0.53.

The process color (four color CMYK) of #d40fff color hex is 0.17, 0.94, 0.00, 0.00. Web safe color of #d40fff is #cc00ff. Color #d40fff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00001111 11111111
Octal 324 17 377
Decimal 212 15 255
Hex D4 F FF

RGB Percentages of Color #d40fff

%43.98
%3.11
%52.90

CMYK Percentages of Color #d40fff

%17
%94
%0
%0

Triadic Colors of #d40fff

#d40fff #ffd40f #0fffd4

Analogous Colors of #d40fff

#d40fff #ff0fb2 #5c0fff

Monochromatic Colors of #d40fff

#d40fff

Complementary Color

#d40fff #3aff0f

#d40fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d40fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d40fff Color CSS Codes

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

#d40fff Text Font Color

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

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


#d40fff Background Color

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

This div background color is #d40fff


#d40fff Border Color

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

This div border color is #d40fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d40fff

Related Colors


Comments

No comments written yet.

Please login to write comment.