Color Hex Logo

#f368bf Color Hex

#F368BF
(243,104,191)
0 Favorites   0 Comments

Color spaces of #f368bf

RGB 243104191
HSL0.900.850.68
HSV322°57°95°
CMYK 0.000.570.21   0.05
XYZ51.316432.716952.9005
Yxy32.71690.37480.2389
Hunter Lab57.198760.0454-14.7956
CIE-Lab63.931062.6086-19.4159

#f368bf color RGB value is (243,104,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110011 01101000 10111111
Octal 363 150 277
Decimal 243 104 191
Hex F3 68 BF

RGB Percentages of Color #f368bf

%45.17
%19.33
%35.50

CMYK Percentages of Color #f368bf

%0
%57
%21
%5

Triadic Colors of #f368bf

#f368bf #bff368 #68bff3

Analogous Colors of #f368bf

#f368bf #f3687a #e268f3

Monochromatic Colors of #f368bf

#f368bf

Complementary Color

#f368bf #68f39c

#f368bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f368bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f368bf Color CSS Codes

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

#f368bf Text Font Color

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

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


#f368bf Background Color

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

This div background color is #f368bf


#f368bf Border Color

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

This div border color is #f368bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(243,104,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 #f368bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f368bf


Comments

No comments written yet.

Please login to write comment.