Color Hex Logo

#f368af Color Hex

#F368AF
(243,104,175)
0 Favorites   0 Comments

Color spaces of #f368af

RGB 243104175
HSL0.910.850.68
HSV329°57°95°
CMYK 0.000.570.28   0.05
XYZ49.650332.050544.1269
Yxy32.05050.39460.2547
Hunter Lab56.613257.4732-6.5841
CIE-Lab63.384660.5091-11.1355

#f368af color RGB value is (243,104,175).

#f368af hex color red value is 243, green value is 104 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #f368af hue: 0.91 , saturation: 0.85 and the lightness value of f368af is 0.68.

The process color (four color CMYK) of #f368af color hex is 0.00, 0.57, 0.28, 0.05. Web safe color of #f368af is #ff6699. Color #f368af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110011 01101000 10101111
Octal 363 150 257
Decimal 243 104 175
Hex F3 68 AF

RGB Percentages of Color #f368af

%46.55
%19.92
%33.52

CMYK Percentages of Color #f368af

%0
%57
%28
%5

Triadic Colors of #f368af

#f368af #aff368 #68aff3

Analogous Colors of #f368af

#f368af #f3686a #f268f3

Monochromatic Colors of #f368af

#f368af

Complementary Color

#f368af #68f3ac

#f368af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f368af Color Preview on White Background

Lorem ipsum dolor sit amet.

#f368af Color CSS Codes

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

#f368af Text Font Color

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

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


#f368af Background Color

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

This div background color is #f368af


#f368af Border Color

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

This div border color is #f368af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f368af


Comments

No comments written yet.

Please login to write comment.