Color Hex Logo

#f567fb Color Hex

#F567FB
(245,103,251)
0 Favorites   0 Comments

Color spaces of #f567fb

RGB 245103251
HSL0.830.950.69
HSV298°59°98°
CMYK 0.020.590.00   0.02
XYZ59.919036.078095.0725
Yxy36.07800.31360.1888
Hunter Lab60.065072.9525-51.8004
CIE-Lab66.579572.7789-48.7807

#f567fb color RGB value is (245,103,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100111 11111011
Octal 365 147 373
Decimal 245 103 251
Hex F5 67 FB

RGB Percentages of Color #f567fb

%40.90
%17.20
%41.90

CMYK Percentages of Color #f567fb

%2
%59
%0
%2

Triadic Colors of #f567fb

#f567fb #fbf567 #67fbf5

Analogous Colors of #f567fb

#f567fb #fb67b7 #ab67fb

Monochromatic Colors of #f567fb

#f567fb

Complementary Color

#f567fb #6dfb67

#f567fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f567fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f567fb Color CSS Codes

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

#f567fb Text Font Color

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

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


#f567fb Background Color

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

This div background color is #f567fb


#f567fb Border Color

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

This div border color is #f567fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f567fb

Related Colors


Comments

No comments written yet.

Please login to write comment.