Color Hex Logo

#d42fff Color Hex

#D42FFF
(212,47,255)
0 Favorites   0 Comments

Color spaces of #d42fff

RGB 21247255
HSL0.801.000.59
HSV288°82°100°
CMYK 0.170.820.00   0.00
XYZ46.217923.250196.6595
Yxy23.25010.27820.1400
Hunter Lab48.218486.7124-85.1011
CIE-Lab55.329085.7296-69.2358

#d42fff color RGB value is (212,47,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101111 11111111
Octal 324 57 377
Decimal 212 47 255
Hex D4 2F FF

RGB Percentages of Color #d42fff

%41.25
%9.14
%49.61

CMYK Percentages of Color #d42fff

%17
%82
%0
%0

Triadic Colors of #d42fff

#d42fff #ffd42f #2fffd4

Analogous Colors of #d42fff

#d42fff #ff2fc2 #6c2fff

Monochromatic Colors of #d42fff

#d42fff

Complementary Color

#d42fff #5aff2f

#d42fff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d42fff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d42fff Color CSS Codes

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

#d42fff Text Font Color

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

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


#d42fff Background Color

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

This div background color is #d42fff


#d42fff Border Color

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

This div border color is #d42fff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d42fff


Comments

No comments written yet.

Please login to write comment.