Color Hex Logo

#f568fb Color Hex

#F568FB
(245,104,251)
0 Favorites   0 Comments

Color spaces of #f568fb

RGB 245104251
HSL0.830.950.70
HSV298°59°98°
CMYK 0.020.590.00   0.02
XYZ60.019136.278195.1058
Yxy36.27810.31360.1895
Hunter Lab60.231372.4663-51.4576
CIE-Lab66.731972.3606-48.5402

#f568fb color RGB value is (245,104,251).

#f568fb hex color red value is 245, green value is 104 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #f568fb hue: 0.83 , saturation: 0.95 and the lightness value of f568fb is 0.70.

The process color (four color CMYK) of #f568fb color hex is 0.02, 0.59, 0.00, 0.02. Web safe color of #f568fb is #ff66ff. Color #f568fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 01101000 11111011
Octal 365 150 373
Decimal 245 104 251
Hex F5 68 FB

RGB Percentages of Color #f568fb

%40.83
%17.33
%41.83

CMYK Percentages of Color #f568fb

%2
%59
%0
%2

Triadic Colors of #f568fb

#f568fb #fbf568 #68fbf5

Analogous Colors of #f568fb

#f568fb #fb68b8 #ac68fb

Monochromatic Colors of #f568fb

#f568fb

Complementary Color

#f568fb #6efb68

#f568fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f568fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f568fb Color CSS Codes

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

#f568fb Text Font Color

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

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


#f568fb Background Color

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

This div background color is #f568fb


#f568fb Border Color

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

This div border color is #f568fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f568fb

Related Colors


Comments

No comments written yet.

Please login to write comment.