Color Hex Logo

#f578fd Color Hex

#F578FD
(245,120,253)
0 Favorites   0 Comments

Color spaces of #f578fd

RGB 245120253
HSL0.820.970.73
HSV296°53°99°
CMYK 0.030.530.00   0.01
XYZ62.102339.937397.3640
Yxy39.93730.31140.2003
Hunter Lab63.196064.8180-47.1090
CIE-Lab69.424865.6596-45.3985

#f578fd color RGB value is (245,120,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 01111000 11111101
Octal 365 170 375
Decimal 245 120 253
Hex F5 78 FD

RGB Percentages of Color #f578fd

%39.64
%19.42
%40.94

CMYK Percentages of Color #f578fd

%3
%53
%0
%1

Triadic Colors of #f578fd

#f578fd #fdf578 #78fdf5

Analogous Colors of #f578fd

#f578fd #fd78c3 #b378fd

Monochromatic Colors of #f578fd

#f578fd

Complementary Color

#f578fd #80fd78

#f578fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f578fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f578fd Color CSS Codes

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

#f578fd Text Font Color

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

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


#f578fd Background Color

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

This div background color is #f578fd


#f578fd Border Color

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

This div border color is #f578fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f578fd

Related Colors


Comments

No comments written yet.

Please login to write comment.