Color Hex Logo

#f20dff Color Hex

#F20DFF
(242,13,255)
0 Favorites   0 Comments

Color spaces of #f20dff

RGB 24213255
HSL0.821.000.53
HSV297°95°100°
CMYK 0.050.950.00   0.00
XYZ54.811926.385196.8117
Yxy26.38510.30790.1482
Hunter Lab51.3664100.5819-75.7890
CIE-Lab58.400895.4878-64.0405

#f20dff color RGB value is (242,13,255).

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

The process color (four color CMYK) of #f20dff color hex is 0.05, 0.95, 0.00, 0.00. Web safe color of #f20dff is #ff00ff. Color #f20dff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 00001101 11111111
Octal 362 15 377
Decimal 242 13 255
Hex F2 D FF

RGB Percentages of Color #f20dff

%47.45
%2.55
%50.00

CMYK Percentages of Color #f20dff

%5
%95
%0
%0

Triadic Colors of #f20dff

#f20dff #fff20d #0dfff2

Analogous Colors of #f20dff

#f20dff #ff0d93 #790dff

Monochromatic Colors of #f20dff

#f20dff

Complementary Color

#f20dff #1aff0d

#f20dff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f20dff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f20dff Color CSS Codes

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

#f20dff Text Font Color

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

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


#f20dff Background Color

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

This div background color is #f20dff


#f20dff Border Color

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

This div border color is #f20dff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f20dff

Related Colors


Comments

No comments written yet.

Please login to write comment.