Color Hex Logo

#f42ffd Color Hex

#F42FFD
(244,47,253)
0 Favorites   0 Comments

Color spaces of #f42ffd

RGB 24447253
HSL0.830.980.59
HSV297°81°99°
CMYK 0.040.810.00   0.01
XYZ56.054428.358095.4477
Yxy28.35800.31170.1577
Hunter Lab53.252294.7014-68.9931
CIE-Lab60.210890.8073-60.0123

#f42ffd color RGB value is (244,47,253).

#f42ffd hex color red value is 244, green value is 47 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f42ffd hue: 0.83 , saturation: 0.98 and the lightness value of f42ffd is 0.59.

The process color (four color CMYK) of #f42ffd color hex is 0.04, 0.81, 0.00, 0.01. Web safe color of #f42ffd is #ff33ff. Color #f42ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110100 00101111 11111101
Octal 364 57 375
Decimal 244 47 253
Hex F4 2F FD

RGB Percentages of Color #f42ffd

%44.85
%8.64
%46.51

CMYK Percentages of Color #f42ffd

%4
%81
%0
%1

Triadic Colors of #f42ffd

#f42ffd #fdf42f #2ffdf4

Analogous Colors of #f42ffd

#f42ffd #fd2f9f #8d2ffd

Monochromatic Colors of #f42ffd

#f42ffd

Complementary Color

#f42ffd #38fd2f

#f42ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f42ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f42ffd Color CSS Codes

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

#f42ffd Text Font Color

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

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


#f42ffd Background Color

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

This div background color is #f42ffd


#f42ffd Border Color

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

This div border color is #f42ffd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,47,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f42ffd


Comments

No comments written yet.

Please login to write comment.