Color Hex Logo

#f257ff Color Hex

#F257FF
(242,87,255)
0 Favorites   0 Comments

Color spaces of #f257ff

RGB 24287255
HSL0.821.000.67
HSV295°66°100°
CMYK 0.050.660.00   0.00
XYZ58.076132.913697.8998
Yxy32.91360.30750.1742
Hunter Lab57.370480.2976-61.0163
CIE-Lab64.090979.0643-54.9478

#f257ff color RGB value is (242,87,255).

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

The process color (four color CMYK) of #f257ff color hex is 0.05, 0.66, 0.00, 0.00. Web safe color of #f257ff is #ff66ff. Color #f257ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01010111 11111111
Octal 362 127 377
Decimal 242 87 255
Hex F2 57 FF

RGB Percentages of Color #f257ff

%41.44
%14.90
%43.66

CMYK Percentages of Color #f257ff

%5
%66
%0
%0

Triadic Colors of #f257ff

#f257ff #fff257 #57fff2

Analogous Colors of #f257ff

#f257ff #ff57b8 #9e57ff

Monochromatic Colors of #f257ff

#f257ff

Complementary Color

#f257ff #64ff57

#f257ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f257ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f257ff Color CSS Codes

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

#f257ff Text Font Color

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

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


#f257ff Background Color

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

This div background color is #f257ff


#f257ff Border Color

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

This div border color is #f257ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f257ff

Related Colors


Comments

No comments written yet.

Please login to write comment.