Color Hex Logo

#f359de Color Hex

#F359DE
(243,89,222)
0 Favorites   0 Comments

Color spaces of #f359de

RGB 24389222
HSL0.860.870.65
HSV308°63°95°
CMYK 0.000.630.09   0.05
XYZ53.719331.473472.3509
Yxy31.47340.34100.1998
Hunter Lab56.101272.7445-37.1926
CIE-Lab62.905273.2882-38.4816

#f359de color RGB value is (243,89,222).

#f359de hex color red value is 243, green value is 89 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #f359de hue: 0.86 , saturation: 0.87 and the lightness value of f359de is 0.65.

The process color (four color CMYK) of #f359de color hex is 0.00, 0.63, 0.09, 0.05. Web safe color of #f359de is #ff66cc. Color #f359de contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01011001 11011110
Octal 363 131 336
Decimal 243 89 222
Hex F3 59 DE

RGB Percentages of Color #f359de

%43.86
%16.06
%40.07

CMYK Percentages of Color #f359de

%0
%63
%9
%5

Triadic Colors of #f359de

#f359de #def359 #59def3

Analogous Colors of #f359de

#f359de #f35991 #bb59f3

Monochromatic Colors of #f359de

#f359de

Complementary Color

#f359de #59f36e

#f359de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f359de Color Preview on White Background

Lorem ipsum dolor sit amet.

#f359de Color CSS Codes

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

#f359de Text Font Color

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

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


#f359de Background Color

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

This div background color is #f359de


#f359de Border Color

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

This div border color is #f359de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f359de


Comments

No comments written yet.

Please login to write comment.