Color Hex Logo

#f355ff Color Hex

#F355FF
(243,85,255)
0 Favorites   0 Comments

Color spaces of #f355ff

RGB 24385255
HSL0.821.000.67
HSV296°67°100°
CMYK 0.050.670.00   0.00
XYZ58.260632.771797.8626
Yxy32.77170.30840.1735
Hunter Lab57.246681.4803-61.2832
CIE-Lab63.975680.0100-55.1221

#f355ff color RGB value is (243,85,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010101 11111111
Octal 363 125 377
Decimal 243 85 255
Hex F3 55 FF

RGB Percentages of Color #f355ff

%41.68
%14.58
%43.74

CMYK Percentages of Color #f355ff

%5
%67
%0
%0

Triadic Colors of #f355ff

#f355ff #fff355 #55fff3

Analogous Colors of #f355ff

#f355ff #ff55b6 #9e55ff

Monochromatic Colors of #f355ff

#f355ff

Complementary Color

#f355ff #61ff55

#f355ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f355ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f355ff Color CSS Codes

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

#f355ff Text Font Color

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

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


#f355ff Background Color

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

This div background color is #f355ff


#f355ff Border Color

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

This div border color is #f355ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f355ff

Related Colors


Comments

No comments written yet.

Please login to write comment.