Color Hex Logo

#f268fd Color Hex

#F268FD
(242,104,253)
0 Favorites   0 Comments

Color spaces of #f268fd

RGB 242104253
HSL0.820.970.70
HSV296°59°99°
CMYK 0.040.590.00   0.01
XYZ59.297935.869796.7267
Yxy35.86970.30900.1869
Hunter Lab59.891371.9216-53.8316
CIE-Lab66.420271.9787-50.1575

#f268fd color RGB value is (242,104,253).

#f268fd hex color red value is 242, green value is 104 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f268fd hue: 0.82 , saturation: 0.97 and the lightness value of f268fd is 0.70.

The process color (four color CMYK) of #f268fd color hex is 0.04, 0.59, 0.00, 0.01. Web safe color of #f268fd is #ff66ff. Color #f268fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 01101000 11111101
Octal 362 150 375
Decimal 242 104 253
Hex F2 68 FD

RGB Percentages of Color #f268fd

%40.40
%17.36
%42.24

CMYK Percentages of Color #f268fd

%4
%59
%0
%1

Triadic Colors of #f268fd

#f268fd #fdf268 #68fdf2

Analogous Colors of #f268fd

#f268fd #fd68be #a868fd

Monochromatic Colors of #f268fd

#f268fd

Complementary Color

#f268fd #73fd68

#f268fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f268fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f268fd Color CSS Codes

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

#f268fd Text Font Color

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

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


#f268fd Background Color

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

This div background color is #f268fd


#f268fd Border Color

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

This div border color is #f268fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f268fd

Related Colors


Comments

No comments written yet.

Please login to write comment.