Color Hex Logo

#f567fd Color Hex

#F567FD
(245,103,253)
0 Favorites   0 Comments

Color spaces of #f567fd

RGB 245103253
HSL0.820.970.70
HSV297°59°99°
CMYK 0.030.590.00   0.01
XYZ60.236136.204896.7419
Yxy36.20480.31180.1874
Hunter Lab60.170473.3966-53.2071
CIE-Lab66.676173.1173-49.7264

#f567fd color RGB value is (245,103,253).

#f567fd hex color red value is 245, green value is 103 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #f567fd hue: 0.82 , saturation: 0.97 and the lightness value of f567fd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01100111 11111101
Octal 365 147 375
Decimal 245 103 253
Hex F5 67 FD

RGB Percentages of Color #f567fd

%40.77
%17.14
%42.10

CMYK Percentages of Color #f567fd

%3
%59
%0
%1

Triadic Colors of #f567fd

#f567fd #fdf567 #67fdf5

Analogous Colors of #f567fd

#f567fd #fd67ba #aa67fd

Monochromatic Colors of #f567fd

#f567fd

Complementary Color

#f567fd #6ffd67

#f567fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f567fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f567fd Color CSS Codes

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

#f567fd Text Font Color

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

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


#f567fd Background Color

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

This div background color is #f567fd


#f567fd Border Color

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

This div border color is #f567fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f567fd


Comments

No comments written yet.

Please login to write comment.