Color Hex Logo

#f353be Color Hex

#F353BE
(243,83,190)
0 Favorites   0 Comments

Color spaces of #f353be

RGB 24383190
HSL0.890.870.64
HSV320°66°95°
CMYK 0.000.660.22   0.05
XYZ49.349728.958951.7038
Yxy28.95890.37960.2227
Hunter Lab53.813569.5200-19.2962
CIE-Lab60.745371.0709-23.7138

#f353be color RGB value is (243,83,190).

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

The process color (four color CMYK) of #f353be color hex is 0.00, 0.66, 0.22, 0.05. Web safe color of #f353be is #ff66cc. Color #f353be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010011 10111110
Octal 363 123 276
Decimal 243 83 190
Hex F3 53 BE

RGB Percentages of Color #f353be

%47.09
%16.09
%36.82

CMYK Percentages of Color #f353be

%0
%66
%22
%5

Triadic Colors of #f353be

#f353be #bef353 #53bef3

Analogous Colors of #f353be

#f353be #f3536e #d853f3

Monochromatic Colors of #f353be

#f353be

Complementary Color

#f353be #53f388

#f353be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f353be Color Preview on White Background

Lorem ipsum dolor sit amet.

#f353be Color CSS Codes

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

#f353be Text Font Color

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

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


#f353be Background Color

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

This div background color is #f353be


#f353be Border Color

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

This div border color is #f353be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f353be


Comments

No comments written yet.

Please login to write comment.