Color Hex Logo

#f35263 Color Hex

#F35263
(243,82,99)
0 Favorites   0 Comments

Color spaces of #f35263

RGB 2438299
HSL0.980.870.64
HSV354°66°95°
CMYK 0.000.660.59   0.05
XYZ42.231625.990114.5951
Yxy25.99010.50990.3138
Hunter Lab50.980558.651318.7123
CIE-Lab58.027762.452025.2781

#f35263 color RGB value is (243,82,99).

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

The process color (four color CMYK) of #f35263 color hex is 0.00, 0.66, 0.59, 0.05. Web safe color of #f35263 is #ff6666. Color #f35263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01010010 01100011
Octal 363 122 143
Decimal 243 82 99
Hex F3 52 63

RGB Percentages of Color #f35263

%57.31
%19.34
%23.35

CMYK Percentages of Color #f35263

%0
%66
%59
%5

Triadic Colors of #f35263

#f35263 #63f352 #5263f3

Analogous Colors of #f35263

#f35263 #f39252 #f352b4

Monochromatic Colors of #f35263

#f35263

Complementary Color

#f35263 #52f3e2

#f35263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f35263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f35263 Color CSS Codes

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

#f35263 Text Font Color

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

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


#f35263 Background Color

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

This div background color is #f35263


#f35263 Border Color

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

This div border color is #f35263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f35263


Comments

No comments written yet.

Please login to write comment.