Color Hex Logo

#f364fe Color Hex

#F364FE
(243,100,254)
0 Favorites   0 Comments

Color spaces of #f364fe

RGB 243100254
HSL0.820.990.69
HSV296°61°100°
CMYK 0.040.610.00   0.00
XYZ59.408735.324897.4531
Yxy35.32480.30910.1838
Hunter Lab59.434774.4113-55.6116
CIE-Lab66.000874.0528-51.3609

#f364fe color RGB value is (243,100,254).

#f364fe hex color red value is 243, green value is 100 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f364fe hue: 0.82 , saturation: 0.99 and the lightness value of f364fe is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01100100 11111110
Octal 363 144 376
Decimal 243 100 254
Hex F3 64 FE

RGB Percentages of Color #f364fe

%40.70
%16.75
%42.55

CMYK Percentages of Color #f364fe

%4
%61
%0
%0

Triadic Colors of #f364fe

#f364fe #fef364 #64fef3

Analogous Colors of #f364fe

#f364fe #fe64bc #a664fe

Monochromatic Colors of #f364fe

#f364fe

Complementary Color

#f364fe #6ffe64

#f364fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f364fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f364fe Color CSS Codes

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

#f364fe Text Font Color

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

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


#f364fe Background Color

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

This div background color is #f364fe


#f364fe Border Color

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

This div border color is #f364fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(243,100,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f364fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f364fe;
  -webkit-box-shadow: 1px 1px 3px 2px #f364fe;
  box-shadow:         1px 1px 3px 2px #f364fe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,100,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f364fe

Related Colors


Comments

No comments written yet.

Please login to write comment.