Color Hex Logo

#f355bf Color Hex

#F355BF
(243,85,191)
0 Favorites   0 Comments

Color spaces of #f355bf

RGB 24385191
HSL0.890.870.64
HSV320°65°95°
CMYK 0.000.650.21   0.05
XYZ49.614629.313352.3333
Yxy29.31330.37800.2233
Hunter Lab54.141868.8263-19.4103
CIE-Lab61.057170.4447-23.8069

#f355bf color RGB value is (243,85,191).

#f355bf hex color red value is 243, green value is 85 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f355bf hue: 0.89 , saturation: 0.87 and the lightness value of f355bf is 0.64.

The process color (four color CMYK) of #f355bf color hex is 0.00, 0.65, 0.21, 0.05. Web safe color of #f355bf is #ff66cc. Color #f355bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010101 10111111
Octal 363 125 277
Decimal 243 85 191
Hex F3 55 BF

RGB Percentages of Color #f355bf

%46.82
%16.38
%36.80

CMYK Percentages of Color #f355bf

%0
%65
%21
%5

Triadic Colors of #f355bf

#f355bf #bff355 #55bff3

Analogous Colors of #f355bf

#f355bf #f35570 #d855f3

Monochromatic Colors of #f355bf

#f355bf

Complementary Color

#f355bf #55f389

#f355bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f355bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f355bf Color CSS Codes

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

#f355bf Text Font Color

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

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


#f355bf Background Color

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

This div background color is #f355bf


#f355bf Border Color

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

This div border color is #f355bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f355bf


Comments

No comments written yet.

Please login to write comment.