Color Hex Logo

#f88afd Color Hex

#F88AFD
(248,138,253)
0 Favorites   0 Comments

Color spaces of #f88afd

RGB 248138253
HSL0.830.970.77
HSV297°45°99°
CMYK 0.020.450.00   0.01
XYZ65.529545.225398.2041
Yxy45.22530.31360.2164
Hunter Lab67.249856.2469-39.5057
CIE-Lab73.040057.9158-39.7181

#f88afd color RGB value is (248,138,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111000 10001010 11111101
Octal 370 212 375
Decimal 248 138 253
Hex F8 8A FD

RGB Percentages of Color #f88afd

%38.81
%21.60
%39.59

CMYK Percentages of Color #f88afd

%2
%45
%0
%1

Triadic Colors of #f88afd

#f88afd #fdf88a #8afdf8

Analogous Colors of #f88afd

#f88afd #fd8ac9 #bf8afd

Monochromatic Colors of #f88afd

#f88afd

Complementary Color

#f88afd #8ffd8a

#f88afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f88afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f88afd Color CSS Codes

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

#f88afd Text Font Color

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

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


#f88afd Background Color

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

This div background color is #f88afd


#f88afd Border Color

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

This div border color is #f88afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f88afd

Related Colors


Comments

No comments written yet.

Please login to write comment.