Color Hex Logo

#f58aff Color Hex

#F58AFF
(245,138,255)
0 Favorites   0 Comments

Color spaces of #f58aff

RGB 245138255
HSL0.821.000.77
HSV295°46°100°
CMYK 0.040.460.00   0.00
XYZ64.794744.809499.8418
Yxy44.80940.30940.2139
Hunter Lab66.939855.6352-41.5741
CIE-Lab72.766257.4387-41.2584

#f58aff color RGB value is (245,138,255).

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

The process color (four color CMYK) of #f58aff color hex is 0.04, 0.46, 0.00, 0.00. Web safe color of #f58aff is #ff99ff. Color #f58aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 10001010 11111111
Octal 365 212 377
Decimal 245 138 255
Hex F5 8A FF

RGB Percentages of Color #f58aff

%38.40
%21.63
%39.97

CMYK Percentages of Color #f58aff

%4
%46
%0
%0

Triadic Colors of #f58aff

#f58aff #fff58a #8afff5

Analogous Colors of #f58aff

#f58aff #ff8acf #bb8aff

Monochromatic Colors of #f58aff

#f58aff

Complementary Color

#f58aff #94ff8a

#f58aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f58aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#f58aff Color CSS Codes

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

#f58aff Text Font Color

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

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


#f58aff Background Color

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

This div background color is #f58aff


#f58aff Border Color

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

This div border color is #f58aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f58aff


Comments

No comments written yet.

Please login to write comment.