Color Hex Logo

#f58ffc Color Hex

#F58FFC
(245,143,252)
0 Favorites   0 Comments

Color spaces of #f58ffc

RGB 245143252
HSL0.820.950.77
HSV296°43°99°
CMYK 0.030.430.00   0.01
XYZ65.049346.085797.5624
Yxy46.08570.31170.2208
Hunter Lab67.886452.2387-37.6876
CIE-Lab73.601154.4156-38.3288

#f58ffc color RGB value is (245,143,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001111 11111100
Octal 365 217 374
Decimal 245 143 252
Hex F5 8F FC

RGB Percentages of Color #f58ffc

%38.28
%22.34
%39.38

CMYK Percentages of Color #f58ffc

%3
%43
%0
%1

Triadic Colors of #f58ffc

#f58ffc #fcf58f #8ffcf5

Analogous Colors of #f58ffc

#f58ffc #fc8fcd #bf8ffc

Monochromatic Colors of #f58ffc

#f58ffc

Complementary Color

#f58ffc #96fc8f

#f58ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58ffc Color CSS Codes

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

#f58ffc Text Font Color

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

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


#f58ffc Background Color

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

This div background color is #f58ffc


#f58ffc Border Color

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

This div border color is #f58ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58ffc


Comments

No comments written yet.

Please login to write comment.