Color Hex Logo

#f58cfd Color Hex

#F58CFD
(245,140,253)
0 Favorites   0 Comments

Color spaces of #f58cfd

RGB 245140253
HSL0.820.970.77
HSV296°45°99°
CMYK 0.030.450.00   0.01
XYZ64.763945.260598.2512
Yxy45.26050.31100.2173
Hunter Lab67.275954.1021-39.4952
CIE-Lab73.063156.0893-39.7092

#f58cfd color RGB value is (245,140,253).

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

The process color (four color CMYK) of #f58cfd color hex is 0.03, 0.45, 0.00, 0.01. Web safe color of #f58cfd is #ff99ff. Color #f58cfd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001100 11111101
Octal 365 214 375
Decimal 245 140 253
Hex F5 8C FD

RGB Percentages of Color #f58cfd

%38.40
%21.94
%39.66

CMYK Percentages of Color #f58cfd

%3
%45
%0
%1

Triadic Colors of #f58cfd

#f58cfd #fdf58c #8cfdf5

Analogous Colors of #f58cfd

#f58cfd #fd8ccd #bd8cfd

Monochromatic Colors of #f58cfd

#f58cfd

Complementary Color

#f58cfd #94fd8c

#f58cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58cfd Color CSS Codes

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

#f58cfd Text Font Color

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

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


#f58cfd Background Color

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

This div background color is #f58cfd


#f58cfd Border Color

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

This div border color is #f58cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58cfd

Related Colors


Comments

No comments written yet.

Please login to write comment.